Html Css Color HEX #1266CF Navy Blue

📋 copy color: '#1266CF'

red 18 ◦ green 102 ◦ blue 207

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

Shades of Navy Blue #1266CF

Tints of Navy Blue #1266CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 63.3%

R = 5.5%
G = 31.19%
B = 63.3%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1266CF (or 0x1266CF) is known color: Navy Blue. HEX triplet: 12, 66 and CF. RGB value is (18,102,207). Sum of RGB (Red+Green+Blue) = 18+102+207=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #1266CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1266CF is #ED9930. Grayscale: #585858. Windows color (decimal): -15571249 or 13592082. OLE color: 13592082.

HSL color Cylindrical-coordinate representation of color #1266CF: hue angle of 213.33º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1266CF is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 102 207 -
CMYK 0.91 0.51 0 0.19
HSL 213.33º 0.84% 0.44% -
HSV(B) 213.33º 0.91% 0.81% -
XYZ 16.26 14.14 60.9 -
YUV 88.85 194.67 77.46 -
System Red Green Blue C M Y K H S L
Decimal 18 102 207 0.91 0.51 0 0.19 213.33 0.84 0.44
Hex 12 66 CF 5B 33 0 13 D5 54 2C
Octal 22 146 317 133 63 0 23 325 124 54
Binary 10010 1100110 11001111 1011011 110011 0 10011 11010101 1010100 101100

Color Harmonies of #1266CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1266CF

Black with #1266CF

Text Example


Text Example

White with #1266CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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