Html Css Color HEX #0485AD Cerulean

📋 copy color: '#0485AD'

red 4 ◦ green 133 ◦ blue 173

#0485AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0485AD

Tints of Cerulean #0485AD

RGB

 RED value IS 4 (1.95% from 255) = 1.29%

 GREEN value IS 133 (52.34% from 255) = 42.9%

 BLUE value IS 173 (67.97% from 255) = 55.81%

R = 1.29%
G = 42.9%
B = 55.81%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0485AD (or 0x0485AD) is known color: Cerulean. HEX triplet: 04, 85 and AD. RGB value is (4,133,173). Sum of RGB (Red+Green+Blue) = 4+133+173=310 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #0485AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0485AD is #FB7A52. Grayscale: #626262. Windows color (decimal): -16480851 or 11371780. OLE color: 11371780.

HSL color Cylindrical-coordinate representation of color #0485AD: hue angle of 194.2º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0485AD is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 4 133 173 -
CMYK 0.98 0.23 0 0.32
HSL 194.2º 0.95% 0.35% -
HSV(B) 194.2º 0.98% 0.68% -
XYZ 15.98 19.82 42.52 -
YUV 98.99 169.76 60.25 -
System Red Green Blue C M Y K H S L
Decimal 4 133 173 0.98 0.23 0 0.32 194.2 0.95 0.35
Hex 4 85 AD 62 17 0 20 C2 5F 23
Octal 4 205 255 142 27 0 40 302 137 43
Binary 100 10000101 10101101 1100010 10111 0 100000 11000010 1011111 100011

Color Harmonies of #0485AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0485AD

Black with #0485AD

Text Example


Text Example

White with #0485AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0485AD; }

 p { color: rgb(4,133,173); }

 H1.HeaderClassName
 {
   color: #0485AD;
 }
 .AnyTagClassName
 {
   color: #0485AD;
 }
</style>

background-color css

<style>
 a { background-color: #0485AD; }

 a { background-color: rgb(4,133,173); }

 div.DivClassName
 {
   background-color: #0485AD;
 }
 .BgClassName
 {
   background-color: #0485AD;
 }
</style>

border-color css

<style>
 span { border-color: #0485AD; }

 span { border-color: rgb(4,133,173); }

 td.TdClassName
 {
   border-color: #0485AD;
 }
 .TagClassName
 {
   border-color: #0485AD;
 }
</style>