Html Css Color HEX #066FEE Navy Blue

📋 copy color: '#066FEE'

red 6 ◦ green 111 ◦ blue 238

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

Shades of Navy Blue #066FEE

Tints of Navy Blue #066FEE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.27%

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

R = 1.69%
G = 31.27%
B = 67.04%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#066FEE (or 0x066FEE) is known color: Navy Blue. HEX triplet: 06, 6F and EE. RGB value is (6,111,238). Sum of RGB (Red+Green+Blue) = 6+111+238=355 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 238 (93.36% from 255 or 67.04% from 355); Max value from RGB is 238 - color contains mainly: blue. Hex color #066FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066FEE is #F99011. Grayscale: #5D5D5D. Windows color (decimal): -16355346 or 15625990. OLE color: 15625990.

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

Color convert

RGB 6 111 238 -
CMYK 0.97 0.53 0 0.07
HSL 212.84º 0.95% 0.48% -
HSV(B) 212.84º 0.97% 0.93% -
XYZ 21.19 17.58 83.17 -
YUV 94.08 209.21 65.17 -
System Red Green Blue C M Y K H S L
Decimal 6 111 238 0.97 0.53 0 0.07 212.84 0.95 0.48
Hex 6 6F EE 61 35 0 7 D5 5F 30
Octal 6 157 356 141 65 0 7 325 137 60
Binary 110 1101111 11101110 1100001 110101 0 111 11010101 1011111 110000

Color Harmonies of #066FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066FEE

Black with #066FEE

Text Example


Text Example

White with #066FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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