Html Css Color HEX #1269D6 Navy Blue

📋 copy color: '#1269D6'

red 18 ◦ green 105 ◦ blue 214

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

Shades of Navy Blue #1269D6

Tints of Navy Blue #1269D6

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.16%

 BLUE value IS 214 (83.98% from 255) = 63.5%

R = 5.34%
G = 31.16%
B = 63.5%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1269D6 (or 0x1269D6) is known color: Navy Blue. HEX triplet: 12, 69 and D6. RGB value is (18,105,214). Sum of RGB (Red+Green+Blue) = 18+105+214=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 214 (83.98% from 255 or 63.50% from 337); Max value from RGB is 214 - color contains mainly: blue. Hex color #1269D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1269D6 is #ED9629. Grayscale: #5A5A5A. Windows color (decimal): -15570474 or 14051602. OLE color: 14051602.

HSL color Cylindrical-coordinate representation of color #1269D6: hue angle of 213.37º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1269D6 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 105 214 -
CMYK 0.92 0.51 0 0.16
HSL 213.37º 0.84% 0.45% -
HSV(B) 213.37º 0.92% 0.84% -
XYZ 17.44 15.09 65.61 -
YUV 91.41 197.18 75.64 -
System Red Green Blue C M Y K H S L
Decimal 18 105 214 0.92 0.51 0 0.16 213.37 0.84 0.45
Hex 12 69 D6 5C 33 0 10 D5 54 2D
Octal 22 151 326 134 63 0 20 325 124 55
Binary 10010 1101001 11010110 1011100 110011 0 10000 11010101 1010100 101101

Color Harmonies of #1269D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1269D6

Black with #1269D6

Text Example


Text Example

White with #1269D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1269D6; }

 p { color: rgb(18,105,214); }

 H1.HeaderClassName
 {
   color: #1269D6;
 }
 .AnyTagClassName
 {
   color: #1269D6;
 }
</style>

background-color css

<style>
 a { background-color: #1269D6; }

 a { background-color: rgb(18,105,214); }

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

border-color css

<style>
 span { border-color: #1269D6; }

 span { border-color: rgb(18,105,214); }

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