Html Css Color HEX #1266F1 Navy Blue

📋 copy color: '#1266F1'

red 18 ◦ green 102 ◦ blue 241

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

Shades of Navy Blue #1266F1

Tints of Navy Blue #1266F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 66.76%

R = 4.99%
G = 28.25%
B = 66.76%

CMYK

 C value IS 0.93

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1266F1 (or 0x1266F1) is known color: Navy Blue. HEX triplet: 12, 66 and F1. RGB value is (18,102,241). Sum of RGB (Red+Green+Blue) = 18+102+241=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 241 (94.53% from 255 or 66.76% from 361); Max value from RGB is 241 - color contains mainly: blue. Hex color #1266F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1266F1 is #ED990E. Grayscale: #5C5C5C. Windows color (decimal): -15571215 or 15820306. OLE color: 15820306.

HSL color Cylindrical-coordinate representation of color #1266F1: hue angle of 217.4º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1266F1 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 18 102 241 -
CMYK 0.93 0.58 0 0.05
HSL 217.4º 0.89% 0.51% -
HSV(B) 217.4º 0.93% 0.95% -
XYZ 20.88 15.98 85.2 -
YUV 92.73 211.67 74.7 -
System Red Green Blue C M Y K H S L
Decimal 18 102 241 0.93 0.58 0 0.05 217.4 0.89 0.51
Hex 12 66 F1 5D 3A 0 5 D9 59 33
Octal 22 146 361 135 72 0 5 331 131 63
Binary 10010 1100110 11110001 1011101 111010 0 101 11011001 1011001 110011

Color Harmonies of #1266F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1266F1

Black with #1266F1

Text Example


Text Example

White with #1266F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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