Html Css Color HEX #1259FE Navy Blue

📋 copy color: '#1259FE'

red 18 ◦ green 89 ◦ blue 254

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

Shades of Navy Blue #1259FE

Tints of Navy Blue #1259FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 70.36%

R = 4.99%
G = 24.65%
B = 70.36%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1259FE (or 0x1259FE) is known color: Navy Blue. HEX triplet: 12, 59 and FE. RGB value is (18,89,254). Sum of RGB (Red+Green+Blue) = 18+89+254=361 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.99% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #1259FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1259FE is #EDA601. Grayscale: #555555. Windows color (decimal): -15574530 or 16668946. OLE color: 16668946.

HSL color Cylindrical-coordinate representation of color #1259FE: hue angle of 221.95º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1259FE is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 18 89 254 -
CMYK 0.93 0.65 0 0.00
HSL 221.95º 0.99% 0.53% -
HSV(B) 221.95º 0.93% 1% -
XYZ 21.71 14.43 95.41 -
YUV 86.58 222.48 79.08 -
System Red Green Blue C M Y K H S L
Decimal 18 89 254 0.93 0.65 0 0.00 221.95 0.99 0.53
Hex 12 59 FE 5D 41 0 0 DE 63 35
Octal 22 131 376 135 101 0 0 336 143 65
Binary 10010 1011001 11111110 1011101 1000001 0 0 11011110 1100011 110101

Color Harmonies of #1259FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1259FE

Black with #1259FE

Text Example


Text Example

White with #1259FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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