Html Css Color HEX #0480AB Cerulean

📋 copy color: '#0480AB'

red 4 ◦ green 128 ◦ blue 171

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

Shades of Cerulean #0480AB

Tints of Cerulean #0480AB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.24%

 BLUE value IS 171 (67.19% from 255) = 56.44%

R = 1.32%
G = 42.24%
B = 56.44%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0480AB (or 0x0480AB) is known color: Cerulean. HEX triplet: 04, 80 and AB. RGB value is (4,128,171). Sum of RGB (Red+Green+Blue) = 4+128+171=303 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #0480AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0480AB is #FB7F54. Grayscale: #5F5F5F. Windows color (decimal): -16482133 or 11239428. OLE color: 11239428.

HSL color Cylindrical-coordinate representation of color #0480AB: hue angle of 195.45º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0480AB is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 128 171 -
CMYK 0.98 0.25 0 0.33
HSL 195.45º 0.95% 0.34% -
HSV(B) 195.45º 0.98% 0.67% -
XYZ 15.12 18.4 41.28 -
YUV 95.83 170.42 62.5 -
System Red Green Blue C M Y K H S L
Decimal 4 128 171 0.98 0.25 0 0.33 195.45 0.95 0.34
Hex 4 80 AB 62 19 0 21 C3 5F 22
Octal 4 200 253 142 31 0 41 303 137 42
Binary 100 10000000 10101011 1100010 11001 0 100001 11000011 1011111 100010

Color Harmonies of #0480AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0480AB

Black with #0480AB

Text Example


Text Example

White with #0480AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0480AB; }

 p { color: rgb(4,128,171); }

 H1.HeaderClassName
 {
   color: #0480AB;
 }
 .AnyTagClassName
 {
   color: #0480AB;
 }
</style>

background-color css

<style>
 a { background-color: #0480AB; }

 a { background-color: rgb(4,128,171); }

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

border-color css

<style>
 span { border-color: #0480AB; }

 span { border-color: rgb(4,128,171); }

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