Html Css Color HEX #0481CB Navy Blue

📋 copy color: '#0481CB'

red 4 ◦ green 129 ◦ blue 203

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

Shades of Navy Blue #0481CB

Tints of Navy Blue #0481CB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.39%

 BLUE value IS 203 (79.69% from 255) = 60.42%

R = 1.19%
G = 38.39%
B = 60.42%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0481CB (or 0x0481CB) is known color: Navy Blue. HEX triplet: 04, 81 and CB. RGB value is (4,129,203). Sum of RGB (Red+Green+Blue) = 4+129+203=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #0481CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0481CB is #FB7E34. Grayscale: #636363. Windows color (decimal): -16481845 or 13336836. OLE color: 13336836.

HSL color Cylindrical-coordinate representation of color #0481CB: hue angle of 202.31º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0481CB is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 129 203 -
CMYK 0.98 0.36 0 0.20
HSL 202.31º 0.96% 0.41% -
HSV(B) 202.31º 0.98% 0.8% -
XYZ 18.68 20.04 59.38 -
YUV 100.06 186.09 59.48 -
System Red Green Blue C M Y K H S L
Decimal 4 129 203 0.98 0.36 0 0.20 202.31 0.96 0.41
Hex 4 81 CB 62 24 0 14 CA 60 29
Octal 4 201 313 142 44 0 24 312 140 51
Binary 100 10000001 11001011 1100010 100100 0 10100 11001010 1100000 101001

Color Harmonies of #0481CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0481CB

Black with #0481CB

Text Example


Text Example

White with #0481CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0481CB; }

 p { color: rgb(4,129,203); }

 H1.HeaderClassName
 {
   color: #0481CB;
 }
 .AnyTagClassName
 {
   color: #0481CB;
 }
</style>

background-color css

<style>
 a { background-color: #0481CB; }

 a { background-color: rgb(4,129,203); }

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

border-color css

<style>
 span { border-color: #0481CB; }

 span { border-color: rgb(4,129,203); }

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