Html Css Color HEX #1258FB Navy Blue

📋 copy color: '#1258FB'

red 18 ◦ green 88 ◦ blue 251

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

Shades of Navy Blue #1258FB

Tints of Navy Blue #1258FB

RGB

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

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

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

R = 5.04%
G = 24.65%
B = 70.31%

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

#1258FB (or 0x1258FB) is known color: Navy Blue. HEX triplet: 12, 58 and FB. RGB value is (18,88,251). Sum of RGB (Red+Green+Blue) = 18+88+251=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #1258FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1258FB is #EDA704. Grayscale: #545454. Windows color (decimal): -15574789 or 16472082. OLE color: 16472082.

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

Color convert

RGB 18 88 251 -
CMYK 0.93 0.65 0 0.02
HSL 221.97º 0.97% 0.53% -
HSV(B) 221.97º 0.93% 0.98% -
XYZ 21.15 14.07 92.87 -
YUV 85.65 221.31 79.75 -
System Red Green Blue C M Y K H S L
Decimal 18 88 251 0.93 0.65 0 0.02 221.97 0.97 0.53
Hex 12 58 FB 5D 41 0 2 DE 61 35
Octal 22 130 373 135 101 0 2 336 141 65
Binary 10010 1011000 11111011 1011101 1000001 0 10 11011110 1100001 110101

Color Harmonies of #1258FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1258FB

Black with #1258FB

Text Example


Text Example

White with #1258FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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