Html Css Color HEX #1256EF Navy Blue

📋 copy color: '#1256EF'

red 18 ◦ green 86 ◦ blue 239

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

Shades of Navy Blue #1256EF

Tints of Navy Blue #1256EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.68%

R = 5.25%
G = 25.07%
B = 69.68%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1256EF (or 0x1256EF) is known color: Navy Blue. HEX triplet: 12, 56 and EF. RGB value is (18,86,239). Sum of RGB (Red+Green+Blue) = 18+86+239=343 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.25% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 239 (93.75% from 255 or 69.68% from 343); Max value from RGB is 239 - color contains mainly: blue. Hex color #1256EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1256EF is #EDA910. Grayscale: #525252. Windows color (decimal): -15575313 or 15685138. OLE color: 15685138.

HSL color Cylindrical-coordinate representation of color #1256EF: hue angle of 221.54º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1256EF is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 86 239 -
CMYK 0.92 0.64 0 0.06
HSL 221.54º 0.87% 0.5% -
HSV(B) 221.54º 0.92% 0.94% -
XYZ 19.16 13.02 83.16 -
YUV 83.11 215.97 81.56 -
System Red Green Blue C M Y K H S L
Decimal 18 86 239 0.92 0.64 0 0.06 221.54 0.87 0.5
Hex 12 56 EF 5C 40 0 6 DE 57 32
Octal 22 126 357 134 100 0 6 336 127 62
Binary 10010 1010110 11101111 1011100 1000000 0 110 11011110 1010111 110010

Color Harmonies of #1256EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1256EF

Black with #1256EF

Text Example


Text Example

White with #1256EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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