Html Css Color HEX #066CBF Navy Blue

📋 copy color: '#066CBF'

red 6 ◦ green 108 ◦ blue 191

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

Shades of Navy Blue #066CBF

Tints of Navy Blue #066CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.41%

 BLUE value IS 191 (75% from 255) = 62.62%

R = 1.97%
G = 35.41%
B = 62.62%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#066CBF (or 0x066CBF) is known color: Navy Blue. HEX triplet: 06, 6C and BF. RGB value is (6,108,191). Sum of RGB (Red+Green+Blue) = 6+108+191=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #066CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066CBF is #F99340. Grayscale: #565656. Windows color (decimal): -16356161 or 12545030. OLE color: 12545030.

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

Color convert

RGB 6 108 191 -
CMYK 0.97 0.43 0 0.25
HSL 206.92º 0.94% 0.39% -
HSV(B) 206.92º 0.97% 0.75% -
XYZ 14.84 14.53 51.31 -
YUV 86.96 186.71 70.25 -
System Red Green Blue C M Y K H S L
Decimal 6 108 191 0.97 0.43 0 0.25 206.92 0.94 0.39
Hex 6 6C BF 61 2B 0 19 CF 5E 27
Octal 6 154 277 141 53 0 31 317 136 47
Binary 110 1101100 10111111 1100001 101011 0 11001 11001111 1011110 100111

Color Harmonies of #066CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066CBF

Black with #066CBF

Text Example


Text Example

White with #066CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,108,191); }

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

background-color css

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

 a { background-color: rgb(6,108,191); }

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

border-color css

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

 span { border-color: rgb(6,108,191); }

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