Html Css Color HEX #1259EB Navy Blue

📋 copy color: '#1259EB'

red 18 ◦ green 89 ◦ blue 235

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

Shades of Navy Blue #1259EB

Tints of Navy Blue #1259EB

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.02%

 BLUE value IS 235 (92.19% from 255) = 68.71%

R = 5.26%
G = 26.02%
B = 68.71%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1259EB (or 0x1259EB) is known color: Navy Blue. HEX triplet: 12, 59 and EB. RGB value is (18,89,235). Sum of RGB (Red+Green+Blue) = 18+89+235=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 89 (35.16% from 255 or 26.02% from 342); Blue value is 235 (92.19% from 255 or 68.71% from 342); Max value from RGB is 235 - color contains mainly: blue. Hex color #1259EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1259EB is #EDA614. Grayscale: #535353. Windows color (decimal): -15574549 or 15423762. OLE color: 15423762.

HSL color Cylindrical-coordinate representation of color #1259EB: hue angle of 220.37º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1259EB is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 89 235 -
CMYK 0.92 0.62 0 0.08
HSL 220.37º 0.86% 0.5% -
HSV(B) 220.37º 0.92% 0.92% -
XYZ 18.82 13.27 80.17 -
YUV 84.42 212.98 80.63 -
System Red Green Blue C M Y K H S L
Decimal 18 89 235 0.92 0.62 0 0.08 220.37 0.86 0.5
Hex 12 59 EB 5C 3E 0 8 DC 56 32
Octal 22 131 353 134 76 0 10 334 126 62
Binary 10010 1011001 11101011 1011100 111110 0 1000 11011100 1010110 110010

Color Harmonies of #1259EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1259EB

Black with #1259EB

Text Example


Text Example

White with #1259EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1259EB; }

 p { color: rgb(18,89,235); }

 H1.HeaderClassName
 {
   color: #1259EB;
 }
 .AnyTagClassName
 {
   color: #1259EB;
 }
</style>

background-color css

<style>
 a { background-color: #1259EB; }

 a { background-color: rgb(18,89,235); }

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

border-color css

<style>
 span { border-color: #1259EB; }

 span { border-color: rgb(18,89,235); }

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