Html Css Color HEX #1259FB Navy Blue

📋 copy color: '#1259FB'

red 18 ◦ green 89 ◦ blue 251

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

Shades of Navy Blue #1259FB

Tints of Navy Blue #1259FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 70.11%

R = 5.03%
G = 24.86%
B = 70.11%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1259FB (or 0x1259FB) is known color: Navy Blue. HEX triplet: 12, 59 and FB. RGB value is (18,89,251). Sum of RGB (Red+Green+Blue) = 18+89+251=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #1259FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1259FB is #EDA604. Grayscale: #555555. Windows color (decimal): -15574533 or 16472338. OLE color: 16472338.

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

Color convert

RGB 18 89 251 -
CMYK 0.93 0.65 0 0.02
HSL 221.72º 0.97% 0.53% -
HSV(B) 221.72º 0.93% 0.98% -
XYZ 21.23 14.24 92.9 -
YUV 86.24 220.98 79.33 -
System Red Green Blue C M Y K H S L
Decimal 18 89 251 0.93 0.65 0 0.02 221.72 0.97 0.53
Hex 12 59 FB 5D 41 0 2 DE 61 35
Octal 22 131 373 135 101 0 2 336 141 65
Binary 10010 1011001 11111011 1011101 1000001 0 10 11011110 1100001 110101

Color Harmonies of #1259FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1259FB

Black with #1259FB

Text Example


Text Example

White with #1259FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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