Html Css Color HEX #0666FB Navy Blue

📋 copy color: '#0666FB'

red 6 ◦ green 102 ◦ blue 251

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

Shades of Navy Blue #0666FB

Tints of Navy Blue #0666FB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.41%

 BLUE value IS 251 (98.44% from 255) = 69.92%

R = 1.67%
G = 28.41%
B = 69.92%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0666FB (or 0x0666FB) is known color: Navy Blue. HEX triplet: 06, 66 and FB. RGB value is (6,102,251). Sum of RGB (Red+Green+Blue) = 6+102+251=359 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.67% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 251 (98.44% from 255 or 69.92% from 359); Max value from RGB is 251 - color contains mainly: blue. Hex color #0666FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0666FB is #F99904. Grayscale: #595959. Windows color (decimal): -16357637 or 16475654. OLE color: 16475654.

HSL color Cylindrical-coordinate representation of color #0666FB: hue angle of 216.49º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0666FB is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 102 251 -
CMYK 0.98 0.59 0 0.02
HSL 216.49º 0.97% 0.5% -
HSV(B) 216.49º 0.98% 0.98% -
XYZ 22.24 16.51 93.28 -
YUV 90.28 218.7 67.88 -
System Red Green Blue C M Y K H S L
Decimal 6 102 251 0.98 0.59 0 0.02 216.49 0.97 0.5
Hex 6 66 FB 62 3B 0 2 D8 61 32
Octal 6 146 373 142 73 0 2 330 141 62
Binary 110 1100110 11111011 1100010 111011 0 10 11011000 1100001 110010

Color Harmonies of #0666FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0666FB

Black with #0666FB

Text Example


Text Example

White with #0666FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0666FB; }

 p { color: rgb(6,102,251); }

 H1.HeaderClassName
 {
   color: #0666FB;
 }
 .AnyTagClassName
 {
   color: #0666FB;
 }
</style>

background-color css

<style>
 a { background-color: #0666FB; }

 a { background-color: rgb(6,102,251); }

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

border-color css

<style>
 span { border-color: #0666FB; }

 span { border-color: rgb(6,102,251); }

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