Html Css Color HEX #1256DF Navy Blue

📋 copy color: '#1256DF'

red 18 ◦ green 86 ◦ blue 223

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

Shades of Navy Blue #1256DF

Tints of Navy Blue #1256DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.2%

R = 5.5%
G = 26.3%
B = 68.2%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1256DF (or 0x1256DF) is known color: Navy Blue. HEX triplet: 12, 56 and DF. RGB value is (18,86,223). Sum of RGB (Red+Green+Blue) = 18+86+223=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #1256DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1256DF is #EDA920. Grayscale: #505050. Windows color (decimal): -15575329 or 14636562. OLE color: 14636562.

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

Color convert

RGB 18 86 223 -
CMYK 0.92 0.61 0 0.13
HSL 220.1º 0.85% 0.47% -
HSV(B) 220.1º 0.92% 0.87% -
XYZ 16.9 12.11 71.26 -
YUV 81.29 207.97 82.86 -
System Red Green Blue C M Y K H S L
Decimal 18 86 223 0.92 0.61 0 0.13 220.1 0.85 0.47
Hex 12 56 DF 5C 3D 0 D DC 55 2F
Octal 22 126 337 134 75 0 15 334 125 57
Binary 10010 1010110 11011111 1011100 111101 0 1101 11011100 1010101 101111

Color Harmonies of #1256DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1256DF

Black with #1256DF

Text Example


Text Example

White with #1256DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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