Html Css Color HEX #0468CB Navy Blue

📋 copy color: '#0468CB'

red 4 ◦ green 104 ◦ blue 203

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

Shades of Navy Blue #0468CB

Tints of Navy Blue #0468CB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.44%

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

R = 1.29%
G = 33.44%
B = 65.27%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0468CB (or 0x0468CB) is known color: Navy Blue. HEX triplet: 04, 68 and CB. RGB value is (4,104,203). Sum of RGB (Red+Green+Blue) = 4+104+203=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #0468CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0468CB is #FB9734. Grayscale: #545454. Windows color (decimal): -16488245 or 13330436. OLE color: 13330436.

HSL color Cylindrical-coordinate representation of color #0468CB: hue angle of 209.85º 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 #0468CB is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 104 203 -
CMYK 0.98 0.49 0 0.20
HSL 209.85º 0.96% 0.41% -
HSV(B) 209.85º 0.98% 0.8% -
XYZ 15.78 14.24 58.42 -
YUV 85.39 194.37 69.95 -
System Red Green Blue C M Y K H S L
Decimal 4 104 203 0.98 0.49 0 0.20 209.85 0.96 0.41
Hex 4 68 CB 62 31 0 14 D2 60 29
Octal 4 150 313 142 61 0 24 322 140 51
Binary 100 1101000 11001011 1100010 110001 0 10100 11010010 1100000 101001

Color Harmonies of #0468CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0468CB

Black with #0468CB

Text Example


Text Example

White with #0468CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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