Html Css Color HEX #1256DB Navy Blue

📋 copy color: '#1256DB'

red 18 ◦ green 86 ◦ blue 219

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

Shades of Navy Blue #1256DB

Tints of Navy Blue #1256DB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.63%

 BLUE value IS 219 (85.94% from 255) = 67.8%

R = 5.57%
G = 26.63%
B = 67.8%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1256DB (or 0x1256DB) is known color: Navy Blue. HEX triplet: 12, 56 and DB. RGB value is (18,86,219). Sum of RGB (Red+Green+Blue) = 18+86+219=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #1256DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1256DB is #EDA924. Grayscale: #505050. Windows color (decimal): -15575333 or 14374418. OLE color: 14374418.

HSL color Cylindrical-coordinate representation of color #1256DB: hue angle of 219.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1256DB is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 18 86 219 -
CMYK 0.92 0.61 0 0.14
HSL 219.7º 0.85% 0.46% -
HSV(B) 219.7º 0.92% 0.86% -
XYZ 16.36 11.9 68.45 -
YUV 80.83 205.97 83.19 -
System Red Green Blue C M Y K H S L
Decimal 18 86 219 0.92 0.61 0 0.14 219.7 0.85 0.46
Hex 12 56 DB 5C 3D 0 E DC 55 2E
Octal 22 126 333 134 75 0 16 334 125 56
Binary 10010 1010110 11011011 1011100 111101 0 1110 11011100 1010101 101110

Color Harmonies of #1256DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1256DB

Black with #1256DB

Text Example


Text Example

White with #1256DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1256DB; }

 p { color: rgb(18,86,219); }

 H1.HeaderClassName
 {
   color: #1256DB;
 }
 .AnyTagClassName
 {
   color: #1256DB;
 }
</style>

background-color css

<style>
 a { background-color: #1256DB; }

 a { background-color: rgb(18,86,219); }

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

border-color css

<style>
 span { border-color: #1256DB; }

 span { border-color: rgb(18,86,219); }

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