Html Css Color HEX #066FEB Navy Blue

📋 copy color: '#066FEB'

red 6 ◦ green 111 ◦ blue 235

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

Shades of Navy Blue #066FEB

Tints of Navy Blue #066FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.76%

R = 1.7%
G = 31.53%
B = 66.76%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#066FEB (or 0x066FEB) is known color: Navy Blue. HEX triplet: 06, 6F and EB. RGB value is (6,111,235). Sum of RGB (Red+Green+Blue) = 6+111+235=352 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #066FEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066FEB is #F99014. Grayscale: #5D5D5D. Windows color (decimal): -16355349 or 15429382. OLE color: 15429382.

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

Color convert

RGB 6 111 235 -
CMYK 0.97 0.53 0 0.08
HSL 212.49º 0.95% 0.47% -
HSV(B) 212.49º 0.97% 0.92% -
XYZ 20.75 17.41 80.86 -
YUV 93.74 207.71 65.42 -
System Red Green Blue C M Y K H S L
Decimal 6 111 235 0.97 0.53 0 0.08 212.49 0.95 0.47
Hex 6 6F EB 61 35 0 8 D4 5F 2F
Octal 6 157 353 141 65 0 10 324 137 57
Binary 110 1101111 11101011 1100001 110101 0 1000 11010100 1011111 101111

Color Harmonies of #066FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066FEB

Black with #066FEB

Text Example


Text Example

White with #066FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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