Html Css Color HEX #0662CB Navy Blue

📋 copy color: '#0662CB'

red 6 ◦ green 98 ◦ blue 203

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

Shades of Navy Blue #0662CB

Tints of Navy Blue #0662CB

RGB

 RED value IS 6 (2.73% from 255) = 1.95%

 GREEN value IS 98 (38.67% from 255) = 31.92%

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

R = 1.95%
G = 31.92%
B = 66.12%

CMYK

 C value IS 0.97

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0662CB (or 0x0662CB) is known color: Navy Blue. HEX triplet: 06, 62 and CB. RGB value is (6,98,203). Sum of RGB (Red+Green+Blue) = 6+98+203=307 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #0662CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0662CB is #F99D34. Grayscale: #515151. Windows color (decimal): -16358709 or 13328902. OLE color: 13328902.

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

Color convert

RGB 6 98 203 -
CMYK 0.97 0.52 0 0.20
HSL 211.98º 0.94% 0.41% -
HSV(B) 211.98º 0.97% 0.8% -
XYZ 15.22 13.09 58.22 -
YUV 82.46 196.02 73.46 -
System Red Green Blue C M Y K H S L
Decimal 6 98 203 0.97 0.52 0 0.20 211.98 0.94 0.41
Hex 6 62 CB 61 34 0 14 D4 5E 29
Octal 6 142 313 141 64 0 24 324 136 51
Binary 110 1100010 11001011 1100001 110100 0 10100 11010100 1011110 101001

Color Harmonies of #0662CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0662CB

Black with #0662CB

Text Example


Text Example

White with #0662CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,98,203); }

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

background-color css

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

 a { background-color: rgb(6,98,203); }

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

border-color css

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

 span { border-color: rgb(6,98,203); }

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