Html Css Color HEX #1266EB Navy Blue

📋 copy color: '#1266EB'

red 18 ◦ green 102 ◦ blue 235

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

Shades of Navy Blue #1266EB

Tints of Navy Blue #1266EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.2%

R = 5.07%
G = 28.73%
B = 66.2%

CMYK

 C value IS 0.92

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1266EB (or 0x1266EB) is known color: Navy Blue. HEX triplet: 12, 66 and EB. RGB value is (18,102,235). Sum of RGB (Red+Green+Blue) = 18+102+235=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #1266EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1266EB is #ED9914. Grayscale: #5B5B5B. Windows color (decimal): -15571221 or 15427090. OLE color: 15427090.

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

Color convert

RGB 18 102 235 -
CMYK 0.92 0.57 0 0.08
HSL 216.77º 0.86% 0.5% -
HSV(B) 216.77º 0.92% 0.92% -
XYZ 20 15.63 80.56 -
YUV 92.05 208.67 75.19 -
System Red Green Blue C M Y K H S L
Decimal 18 102 235 0.92 0.57 0 0.08 216.77 0.86 0.5
Hex 12 66 EB 5C 39 0 8 D9 56 32
Octal 22 146 353 134 71 0 10 331 126 62
Binary 10010 1100110 11101011 1011100 111001 0 1000 11011001 1010110 110010

Color Harmonies of #1266EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1266EB

Black with #1266EB

Text Example


Text Example

White with #1266EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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