Html Css Color HEX #066CEC Navy Blue

📋 copy color: '#066CEC'

red 6 ◦ green 108 ◦ blue 236

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

Shades of Navy Blue #066CEC

Tints of Navy Blue #066CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.43%

R = 1.71%
G = 30.86%
B = 67.43%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#066CEC (or 0x066CEC) is known color: Navy Blue. HEX triplet: 06, 6C and EC. RGB value is (6,108,236). Sum of RGB (Red+Green+Blue) = 6+108+236=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 236 (92.58% from 255 or 67.43% from 350); Max value from RGB is 236 - color contains mainly: blue. Hex color #066CEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066CEC is #F99313. Grayscale: #5B5B5B. Windows color (decimal): -16356116 or 15494150. OLE color: 15494150.

HSL color Cylindrical-coordinate representation of color #066CEC: hue angle of 213.39º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #066CEC is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 108 236 -
CMYK 0.97 0.54 0 0.07
HSL 213.39º 0.95% 0.47% -
HSV(B) 213.39º 0.97% 0.93% -
XYZ 20.58 16.82 81.52 -
YUV 92.09 209.21 66.59 -
System Red Green Blue C M Y K H S L
Decimal 6 108 236 0.97 0.54 0 0.07 213.39 0.95 0.47
Hex 6 6C EC 61 36 0 7 D5 5F 2F
Octal 6 154 354 141 66 0 7 325 137 57
Binary 110 1101100 11101100 1100001 110110 0 111 11010101 1011111 101111

Color Harmonies of #066CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066CEC

Black with #066CEC

Text Example


Text Example

White with #066CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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