Html Css Color HEX #066BE3 Navy Blue

📋 copy color: '#066BE3'

red 6 ◦ green 107 ◦ blue 227

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

Shades of Navy Blue #066BE3

Tints of Navy Blue #066BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 66.76%

R = 1.76%
G = 31.47%
B = 66.76%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#066BE3 (or 0x066BE3) is known color: Navy Blue. HEX triplet: 06, 6B and E3. RGB value is (6,107,227). Sum of RGB (Red+Green+Blue) = 6+107+227=340 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.76% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 227 (89.06% from 255 or 66.76% from 340); Max value from RGB is 227 - color contains mainly: blue. Hex color #066BE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #066BE3 is #F9941C. Grayscale: #595959. Windows color (decimal): -16356381 or 14904070. OLE color: 14904070.

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

Color convert

RGB 6 107 227 -
CMYK 0.97 0.53 0 0.11
HSL 212.58º 0.95% 0.46% -
HSV(B) 212.58º 0.97% 0.89% -
XYZ 19.2 16.1 74.77 -
YUV 90.48 205.04 67.74 -
System Red Green Blue C M Y K H S L
Decimal 6 107 227 0.97 0.53 0 0.11 212.58 0.95 0.46
Hex 6 6B E3 61 35 0 B D5 5F 2E
Octal 6 153 343 141 65 0 13 325 137 56
Binary 110 1101011 11100011 1100001 110101 0 1011 11010101 1011111 101110

Color Harmonies of #066BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066BE3

Black with #066BE3

Text Example


Text Example

White with #066BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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