Html Css Color HEX #066DEC Navy Blue

📋 copy color: '#066DEC'

red 6 ◦ green 109 ◦ blue 236

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

Shades of Navy Blue #066DEC

Tints of Navy Blue #066DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

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

R = 1.71%
G = 31.05%
B = 67.24%

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

#066DEC (or 0x066DEC) is known color: Navy Blue. HEX triplet: 06, 6D and EC. RGB value is (6,109,236). Sum of RGB (Red+Green+Blue) = 6+109+236=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 236 (92.58% from 255 or 67.24% from 351); Max value from RGB is 236 - color contains mainly: blue. Hex color #066DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066DEC is #F99213. Grayscale: #5C5C5C. Windows color (decimal): -16355860 or 15494406. OLE color: 15494406.

HSL color Cylindrical-coordinate representation of color #066DEC: hue angle of 213.13º 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 #066DEC is Cyan = 0.97, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 6 109 236 -
CMYK 0.97 0.54 0 0.07
HSL 213.13º 0.95% 0.47% -
HSV(B) 213.13º 0.97% 0.93% -
XYZ 20.68 17.03 81.55 -
YUV 92.68 208.88 66.17 -
System Red Green Blue C M Y K H S L
Decimal 6 109 236 0.97 0.54 0 0.07 213.13 0.95 0.47
Hex 6 6D EC 61 36 0 7 D5 5F 2F
Octal 6 155 354 141 66 0 7 325 137 57
Binary 110 1101101 11101100 1100001 110110 0 111 11010101 1011111 101111

Color Harmonies of #066DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066DEC

Black with #066DEC

Text Example


Text Example

White with #066DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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