Html Css Color HEX #066CEE Navy Blue

📋 copy color: '#066CEE'

red 6 ◦ green 108 ◦ blue 238

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

Shades of Navy Blue #066CEE

Tints of Navy Blue #066CEE

RGB

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

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

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

R = 1.7%
G = 30.68%
B = 67.61%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#066CEE (or 0x066CEE) is known color: Navy Blue. HEX triplet: 06, 6C and EE. RGB value is (6,108,238). Sum of RGB (Red+Green+Blue) = 6+108+238=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #066CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066CEE is #F99311. Grayscale: #5B5B5B. Windows color (decimal): -16356114 or 15625222. OLE color: 15625222.

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

Color convert

RGB 6 108 238 -
CMYK 0.97 0.55 0 0.07
HSL 213.62º 0.95% 0.48% -
HSV(B) 213.62º 0.97% 0.93% -
XYZ 20.87 16.94 83.06 -
YUV 92.32 210.21 66.43 -
System Red Green Blue C M Y K H S L
Decimal 6 108 238 0.97 0.55 0 0.07 213.62 0.95 0.48
Hex 6 6C EE 61 37 0 7 D6 5F 30
Octal 6 154 356 141 67 0 7 326 137 60
Binary 110 1101100 11101110 1100001 110111 0 111 11010110 1011111 110000

Color Harmonies of #066CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066CEE

Black with #066CEE

Text Example


Text Example

White with #066CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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