Html Css Color HEX #066CF7 Navy Blue

📋 copy color: '#066CF7'

red 6 ◦ green 108 ◦ blue 247

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

Shades of Navy Blue #066CF7

Tints of Navy Blue #066CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 68.42%

R = 1.66%
G = 29.92%
B = 68.42%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#066CF7 (or 0x066CF7) is known color: Navy Blue. HEX triplet: 06, 6C and F7. RGB value is (6,108,247). Sum of RGB (Red+Green+Blue) = 6+108+247=361 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.66% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 247 (96.88% from 255 or 68.42% from 361); Max value from RGB is 247 - color contains mainly: blue. Hex color #066CF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #066CF7 is #F99308. Grayscale: #5C5C5C. Windows color (decimal): -16356105 or 16215046. OLE color: 16215046.

HSL color Cylindrical-coordinate representation of color #066CF7: hue angle of 214.61º 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 #066CF7 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 6 108 247 -
CMYK 0.98 0.56 0 0.03
HSL 214.61º 0.95% 0.5% -
HSV(B) 214.61º 0.98% 0.97% -
XYZ 22.23 17.48 90.2 -
YUV 93.35 214.71 65.7 -
System Red Green Blue C M Y K H S L
Decimal 6 108 247 0.98 0.56 0 0.03 214.61 0.95 0.5
Hex 6 6C F7 62 38 0 3 D7 5F 32
Octal 6 154 367 142 70 0 3 327 137 62
Binary 110 1101100 11110111 1100010 111000 0 11 11010111 1011111 110010

Color Harmonies of #066CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066CF7

Black with #066CF7

Text Example


Text Example

White with #066CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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