#1269DE

Color #1269DE Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1269DE

Tints of Navy Blue #1269DE

Color information

#1269DE (or 0x1269DE) is unknown color: approx Navy Blue. HEX triplet: 12, 69 and DE. RGB value is (18,105,222). Sum of RGB (Red+Green+Blue) = 18+105+222=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 222 (87.11% from 255 or 64.35% from 345); Max value from RGB is 222 - color contains mainly: blue. Hex color #1269DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1269DE is #ED9621. Grayscale: #5B5B5B. Windows color (decimal): -15570466 or 14575890. OLE color: 14575890.

HSL color Cylindrical-coordinate representation of color #1269DE: hue angle of 214.41º 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 #1269DE is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18105222-
CMYK0.920.5300.13
HSL214.41º85%47.06%-
HSV(B)214.41º91.89%87.06%-
XYZ18.4915.5171.13-
YUV92.32201.1874.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.22%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 222 (87.11% from 255) = 64.35%
R=5.22%
G=30.43%
B=64.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181052220.920.5300.13214.418547.06
Hex1269DE5C350Dd6552f
Octal221513361346501532612557
Binary10010110100111011110101110011010101101110101101010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1269DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1269DE;
 }
 .AnyTagClassName
 {
   color: #1269DE;
 }
</style>
background-color css

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

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

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

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

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

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