Html Css Color HEX #066DEE Navy Blue

📋 copy color: '#066DEE'

red 6 ◦ green 109 ◦ blue 238

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

Shades of Navy Blue #066DEE

Tints of Navy Blue #066DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 67.42%

R = 1.7%
G = 30.88%
B = 67.42%

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

#066DEE (or 0x066DEE) is known color: Navy Blue. HEX triplet: 06, 6D and EE. RGB value is (6,109,238). Sum of RGB (Red+Green+Blue) = 6+109+238=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #066DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066DEE is #F99211. Grayscale: #5C5C5C. Windows color (decimal): -16355858 or 15625478. OLE color: 15625478.

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

Color convert

RGB 6 109 238 -
CMYK 0.97 0.54 0 0.07
HSL 213.36º 0.95% 0.48% -
HSV(B) 213.36º 0.97% 0.93% -
XYZ 20.98 17.15 83.09 -
YUV 92.91 209.88 66.01 -
System Red Green Blue C M Y K H S L
Decimal 6 109 238 0.97 0.54 0 0.07 213.36 0.95 0.48
Hex 6 6D EE 61 36 0 7 D5 5F 30
Octal 6 155 356 141 66 0 7 325 137 60
Binary 110 1101101 11101110 1100001 110110 0 111 11010101 1011111 110000

Color Harmonies of #066DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066DEE

Black with #066DEE

Text Example


Text Example

White with #066DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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