Html Css Color HEX #1266DE Navy Blue

📋 copy color: '#1266DE'

red 18 ◦ green 102 ◦ blue 222

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

Shades of Navy Blue #1266DE

Tints of Navy Blue #1266DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 64.91%

R = 5.26%
G = 29.82%
B = 64.91%

CMYK

 C value IS 0.92

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1266DE (or 0x1266DE) is known color: Navy Blue. HEX triplet: 12, 66 and DE. RGB value is (18,102,222). Sum of RGB (Red+Green+Blue) = 18+102+222=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 222 (87.11% from 255 or 64.91% from 342); Max value from RGB is 222 - color contains mainly: blue. Hex color #1266DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1266DE is #ED9921. Grayscale: #5A5A5A. Windows color (decimal): -15571234 or 14575122. OLE color: 14575122.

HSL color Cylindrical-coordinate representation of color #1266DE: hue angle of 215.29º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1266DE is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 102 222 -
CMYK 0.92 0.54 0 0.13
HSL 215.29º 0.85% 0.47% -
HSV(B) 215.29º 0.92% 0.87% -
XYZ 18.19 14.91 71.03 -
YUV 90.56 202.17 76.24 -
System Red Green Blue C M Y K H S L
Decimal 18 102 222 0.92 0.54 0 0.13 215.29 0.85 0.47
Hex 12 66 DE 5C 36 0 D D7 55 2F
Octal 22 146 336 134 66 0 15 327 125 57
Binary 10010 1100110 11011110 1011100 110110 0 1101 11010111 1010101 101111

Color Harmonies of #1266DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1266DE

Black with #1266DE

Text Example


Text Example

White with #1266DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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