Html Css Color HEX #066AF8 Navy Blue

📋 copy color: '#066AF8'

red 6 ◦ green 106 ◦ blue 248

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

Shades of Navy Blue #066AF8

Tints of Navy Blue #066AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 68.89%

R = 1.67%
G = 29.44%
B = 68.89%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#066AF8 (or 0x066AF8) is known color: Navy Blue. HEX triplet: 06, 6A and F8. RGB value is (6,106,248). Sum of RGB (Red+Green+Blue) = 6+106+248=360 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 248 (97.27% from 255 or 68.89% from 360); Max value from RGB is 248 - color contains mainly: blue. Hex color #066AF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066AF8 is #F99507. Grayscale: #5B5B5B. Windows color (decimal): -16356616 or 16280070. OLE color: 16280070.

HSL color Cylindrical-coordinate representation of color #066AF8: hue angle of 215.21º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #066AF8 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 6 106 248 -
CMYK 0.98 0.57 0 0.03
HSL 215.21º 0.95% 0.5% -
HSV(B) 215.21º 0.98% 0.97% -
XYZ 22.17 17.12 90.94 -
YUV 92.29 215.87 66.45 -
System Red Green Blue C M Y K H S L
Decimal 6 106 248 0.98 0.57 0 0.03 215.21 0.95 0.5
Hex 6 6A F8 62 39 0 3 D7 5F 32
Octal 6 152 370 142 71 0 3 327 137 62
Binary 110 1101010 11111000 1100010 111001 0 11 11010111 1011111 110010

Color Harmonies of #066AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066AF8

Black with #066AF8

Text Example


Text Example

White with #066AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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