Html Css Color HEX #1266EF Navy Blue

📋 copy color: '#1266EF'

red 18 ◦ green 102 ◦ blue 239

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

Shades of Navy Blue #1266EF

Tints of Navy Blue #1266EF

RGB

 RED value IS 18 (7.42% from 255) = 5.01%

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

 BLUE value IS 239 (93.75% from 255) = 66.57%

R = 5.01%
G = 28.41%
B = 66.57%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1266EF (or 0x1266EF) is known color: Navy Blue. HEX triplet: 12, 66 and EF. RGB value is (18,102,239). Sum of RGB (Red+Green+Blue) = 18+102+239=359 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.01% from 359); Green value is 102 (40.23% from 255 or 28.41% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #1266EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1266EF is #ED9910. Grayscale: #5B5B5B. Windows color (decimal): -15571217 or 15689234. OLE color: 15689234.

HSL color Cylindrical-coordinate representation of color #1266EF: hue angle of 217.19º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1266EF is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 102 239 -
CMYK 0.92 0.57 0 0.06
HSL 217.19º 0.87% 0.5% -
HSV(B) 217.19º 0.92% 0.94% -
XYZ 20.58 15.86 83.64 -
YUV 92.5 210.67 74.86 -
System Red Green Blue C M Y K H S L
Decimal 18 102 239 0.92 0.57 0 0.06 217.19 0.87 0.5
Hex 12 66 EF 5C 39 0 6 D9 57 32
Octal 22 146 357 134 71 0 6 331 127 62
Binary 10010 1100110 11101111 1011100 111001 0 110 11011001 1010111 110010

Color Harmonies of #1266EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1266EF

Black with #1266EF

Text Example


Text Example

White with #1266EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1266EF; }

 p { color: rgb(18,102,239); }

 H1.HeaderClassName
 {
   color: #1266EF;
 }
 .AnyTagClassName
 {
   color: #1266EF;
 }
</style>

background-color css

<style>
 a { background-color: #1266EF; }

 a { background-color: rgb(18,102,239); }

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

border-color css

<style>
 span { border-color: #1266EF; }

 span { border-color: rgb(18,102,239); }

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