Html Css Color HEX #066AF3 Navy Blue

📋 copy color: '#066AF3'

red 6 ◦ green 106 ◦ blue 243

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

Shades of Navy Blue #066AF3

Tints of Navy Blue #066AF3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.86%

 BLUE value IS 243 (95.31% from 255) = 68.45%

R = 1.69%
G = 29.86%
B = 68.45%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#066AF3 (or 0x066AF3) is known color: Navy Blue. HEX triplet: 06, 6A and F3. RGB value is (6,106,243). Sum of RGB (Red+Green+Blue) = 6+106+243=355 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 243 (95.31% from 255 or 68.45% from 355); Max value from RGB is 243 - color contains mainly: blue. Hex color #066AF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066AF3 is #F9950C. Grayscale: #5B5B5B. Windows color (decimal): -16356621 or 15952390. OLE color: 15952390.

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

Color convert

RGB 6 106 243 -
CMYK 0.98 0.56 0 0.05
HSL 214.68º 0.95% 0.49% -
HSV(B) 214.68º 0.98% 0.95% -
XYZ 21.41 16.82 86.91 -
YUV 91.72 213.37 66.86 -
System Red Green Blue C M Y K H S L
Decimal 6 106 243 0.98 0.56 0 0.05 214.68 0.95 0.49
Hex 6 6A F3 62 38 0 5 D7 5F 31
Octal 6 152 363 142 70 0 5 327 137 61
Binary 110 1101010 11110011 1100010 111000 0 101 11010111 1011111 110001

Color Harmonies of #066AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066AF3

Black with #066AF3

Text Example


Text Example

White with #066AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,106,243); }

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

background-color css

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

 a { background-color: rgb(6,106,243); }

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

border-color css

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

 span { border-color: rgb(6,106,243); }

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