Html Css Color HEX #1258FA Navy Blue

📋 copy color: '#1258FA'

red 18 ◦ green 88 ◦ blue 250

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

Shades of Navy Blue #1258FA

Tints of Navy Blue #1258FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.72%

 BLUE value IS 250 (98.05% from 255) = 70.22%

R = 5.06%
G = 24.72%
B = 70.22%

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

#1258FA (or 0x1258FA) is known color: Navy Blue. HEX triplet: 12, 58 and FA. RGB value is (18,88,250). Sum of RGB (Red+Green+Blue) = 18+88+250=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #1258FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1258FA is #EDA705. Grayscale: #545454. Windows color (decimal): -15574790 or 16406546. OLE color: 16406546.

HSL color Cylindrical-coordinate representation of color #1258FA: hue angle of 221.9º degrees, saturation: 0.96, 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 #1258FA is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 88 250 -
CMYK 0.93 0.65 0 0.02
HSL 221.9º 0.96% 0.53% -
HSV(B) 221.9º 0.93% 0.98% -
XYZ 20.99 14.01 92.04 -
YUV 85.54 220.81 79.83 -
System Red Green Blue C M Y K H S L
Decimal 18 88 250 0.93 0.65 0 0.02 221.9 0.96 0.53
Hex 12 58 FA 5D 41 0 2 DE 60 35
Octal 22 130 372 135 101 0 2 336 140 65
Binary 10010 1011000 11111010 1011101 1000001 0 10 11011110 1100000 110101

Color Harmonies of #1258FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1258FA

Black with #1258FA

Text Example


Text Example

White with #1258FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1258FA; }

 p { color: rgb(18,88,250); }

 H1.HeaderClassName
 {
   color: #1258FA;
 }
 .AnyTagClassName
 {
   color: #1258FA;
 }
</style>

background-color css

<style>
 a { background-color: #1258FA; }

 a { background-color: rgb(18,88,250); }

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

border-color css

<style>
 span { border-color: #1258FA; }

 span { border-color: rgb(18,88,250); }

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