Html Css Color HEX #066CF5 Navy Blue

📋 copy color: '#066CF5'

red 6 ◦ green 108 ◦ blue 245

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

Shades of Navy Blue #066CF5

Tints of Navy Blue #066CF5

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.08%

 BLUE value IS 245 (96.09% from 255) = 68.25%

R = 1.67%
G = 30.08%
B = 68.25%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#066CF5 (or 0x066CF5) is known color: Navy Blue. HEX triplet: 06, 6C and F5. RGB value is (6,108,245). Sum of RGB (Red+Green+Blue) = 6+108+245=359 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 245 (96.09% from 255 or 68.25% from 359); Max value from RGB is 245 - color contains mainly: blue. Hex color #066CF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066CF5 is #F9930A. Grayscale: #5C5C5C. Windows color (decimal): -16356107 or 16083974. OLE color: 16083974.

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

Color convert

RGB 6 108 245 -
CMYK 0.98 0.56 0 0.04
HSL 214.39º 0.95% 0.49% -
HSV(B) 214.39º 0.98% 0.96% -
XYZ 21.92 17.36 88.58 -
YUV 93.12 213.71 65.86 -
System Red Green Blue C M Y K H S L
Decimal 6 108 245 0.98 0.56 0 0.04 214.39 0.95 0.49
Hex 6 6C F5 62 38 0 4 D6 5F 31
Octal 6 154 365 142 70 0 4 326 137 61
Binary 110 1101100 11110101 1100010 111000 0 100 11010110 1011111 110001

Color Harmonies of #066CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066CF5

Black with #066CF5

Text Example


Text Example

White with #066CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,108,245); }

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

background-color css

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

 a { background-color: rgb(6,108,245); }

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

border-color css

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

 span { border-color: rgb(6,108,245); }

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