Html Css Color HEX #1259FD Navy Blue

📋 copy color: '#1259FD'

red 18 ◦ green 89 ◦ blue 253

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

Shades of Navy Blue #1259FD

Tints of Navy Blue #1259FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 70.28%

R = 5%
G = 24.72%
B = 70.28%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1259FD (or 0x1259FD) is known color: Navy Blue. HEX triplet: 12, 59 and FD. RGB value is (18,89,253). Sum of RGB (Red+Green+Blue) = 18+89+253=360 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 253 (99.22% from 255 or 70.28% from 360); Max value from RGB is 253 - color contains mainly: blue. Hex color #1259FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1259FD is #EDA602. Grayscale: #555555. Windows color (decimal): -15574531 or 16603410. OLE color: 16603410.

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

Color convert

RGB 18 89 253 -
CMYK 0.93 0.65 0 0.01
HSL 221.87º 0.98% 0.53% -
HSV(B) 221.87º 0.93% 0.99% -
XYZ 21.55 14.37 94.57 -
YUV 86.47 221.98 79.16 -
System Red Green Blue C M Y K H S L
Decimal 18 89 253 0.93 0.65 0 0.01 221.87 0.98 0.53
Hex 12 59 FD 5D 41 0 1 DE 62 35
Octal 22 131 375 135 101 0 1 336 142 65
Binary 10010 1011001 11111101 1011101 1000001 0 1 11011110 1100010 110101

Color Harmonies of #1259FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1259FD

Black with #1259FD

Text Example


Text Example

White with #1259FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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