Html Css Color HEX #066EF1 Navy Blue

📋 copy color: '#066EF1'

red 6 ◦ green 110 ◦ blue 241

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

Shades of Navy Blue #066EF1

Tints of Navy Blue #066EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.81%

 BLUE value IS 241 (94.53% from 255) = 67.51%

R = 1.68%
G = 30.81%
B = 67.51%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#066EF1 (or 0x066EF1) is known color: Navy Blue. HEX triplet: 06, 6E and F1. RGB value is (6,110,241). Sum of RGB (Red+Green+Blue) = 6+110+241=357 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.68% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 241 (94.53% from 255 or 67.51% from 357); Max value from RGB is 241 - color contains mainly: blue. Hex color #066EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066EF1 is #F9910E. Grayscale: #5D5D5D. Windows color (decimal): -16355599 or 15822342. OLE color: 15822342.

HSL color Cylindrical-coordinate representation of color #066EF1: hue angle of 213.45º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #066EF1 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 6 110 241 -
CMYK 0.98 0.54 0 0.05
HSL 213.45º 0.95% 0.48% -
HSV(B) 213.45º 0.98% 0.95% -
XYZ 21.53 17.54 85.47 -
YUV 93.84 211.04 65.35 -
System Red Green Blue C M Y K H S L
Decimal 6 110 241 0.98 0.54 0 0.05 213.45 0.95 0.48
Hex 6 6E F1 62 36 0 5 D5 5F 30
Octal 6 156 361 142 66 0 5 325 137 60
Binary 110 1101110 11110001 1100010 110110 0 101 11010101 1011111 110000

Color Harmonies of #066EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066EF1

Black with #066EF1

Text Example


Text Example

White with #066EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,110,241); }

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

background-color css

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

 a { background-color: rgb(6,110,241); }

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

border-color css

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

 span { border-color: rgb(6,110,241); }

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