Html Css Color HEX #066BBC Navy Blue

📋 copy color: '#066BBC'

red 6 ◦ green 107 ◦ blue 188

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

Shades of Navy Blue #066BBC

Tints of Navy Blue #066BBC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.55%

 BLUE value IS 188 (73.83% from 255) = 62.46%

R = 1.99%
G = 35.55%
B = 62.46%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#066BBC (or 0x066BBC) is known color: Navy Blue. HEX triplet: 06, 6B and BC. RGB value is (6,107,188). Sum of RGB (Red+Green+Blue) = 6+107+188=301 (39% of max value = 765). Red value is 6 (2.73% from 255 or 1.99% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #066BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066BBC is #F99443. Grayscale: #555555. Windows color (decimal): -16356420 or 12348166. OLE color: 12348166.

HSL color Cylindrical-coordinate representation of color #066BBC: hue angle of 206.7º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066BBC is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 6 107 188 -
CMYK 0.97 0.43 0 0.26
HSL 206.7º 0.94% 0.38% -
HSV(B) 206.7º 0.97% 0.74% -
XYZ 14.41 14.18 49.56 -
YUV 86.04 185.54 70.91 -
System Red Green Blue C M Y K H S L
Decimal 6 107 188 0.97 0.43 0 0.26 206.7 0.94 0.38
Hex 6 6B BC 61 2B 0 1A CF 5E 26
Octal 6 153 274 141 53 0 32 317 136 46
Binary 110 1101011 10111100 1100001 101011 0 11010 11001111 1011110 100110

Color Harmonies of #066BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066BBC

Black with #066BBC

Text Example


Text Example

White with #066BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066BBC; }

 p { color: rgb(6,107,188); }

 H1.HeaderClassName
 {
   color: #066BBC;
 }
 .AnyTagClassName
 {
   color: #066BBC;
 }
</style>

background-color css

<style>
 a { background-color: #066BBC; }

 a { background-color: rgb(6,107,188); }

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

border-color css

<style>
 span { border-color: #066BBC; }

 span { border-color: rgb(6,107,188); }

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