Html Css Color HEX #066BEC Navy Blue

📋 copy color: '#066BEC'

red 6 ◦ green 107 ◦ blue 236

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

Shades of Navy Blue #066BEC

Tints of Navy Blue #066BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.66%

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

R = 1.72%
G = 30.66%
B = 67.62%

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

#066BEC (or 0x066BEC) is known color: Navy Blue. HEX triplet: 06, 6B and EC. RGB value is (6,107,236). Sum of RGB (Red+Green+Blue) = 6+107+236=349 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.72% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 236 (92.58% from 255 or 67.62% from 349); Max value from RGB is 236 - color contains mainly: blue. Hex color #066BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066BEC is #F99413. Grayscale: #5A5A5A. Windows color (decimal): -16356372 or 15493894. OLE color: 15493894.

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

Color convert

RGB 6 107 236 -
CMYK 0.97 0.55 0 0.07
HSL 213.65º 0.95% 0.47% -
HSV(B) 213.65º 0.97% 0.93% -
XYZ 20.47 16.61 81.48 -
YUV 91.51 209.54 67.01 -
System Red Green Blue C M Y K H S L
Decimal 6 107 236 0.97 0.55 0 0.07 213.65 0.95 0.47
Hex 6 6B EC 61 37 0 7 D6 5F 2F
Octal 6 153 354 141 67 0 7 326 137 57
Binary 110 1101011 11101100 1100001 110111 0 111 11010110 1011111 101111

Color Harmonies of #066BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066BEC

Black with #066BEC

Text Example


Text Example

White with #066BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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