Html Css Color HEX #1256FA Navy Blue

📋 copy color: '#1256FA'

red 18 ◦ green 86 ◦ blue 250

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

Shades of Navy Blue #1256FA

Tints of Navy Blue #1256FA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.29%

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

R = 5.08%
G = 24.29%
B = 70.62%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1256FA (or 0x1256FA) is known color: Navy Blue. HEX triplet: 12, 56 and FA. RGB value is (18,86,250). Sum of RGB (Red+Green+Blue) = 18+86+250=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #1256FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1256FA is #EDA905. Grayscale: #535353. Windows color (decimal): -15575302 or 16406034. OLE color: 16406034.

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

Color convert

RGB 18 86 250 -
CMYK 0.93 0.66 0 0.02
HSL 222.41º 0.96% 0.53% -
HSV(B) 222.41º 0.93% 0.98% -
XYZ 20.83 13.69 91.99 -
YUV 84.36 221.47 80.66 -
System Red Green Blue C M Y K H S L
Decimal 18 86 250 0.93 0.66 0 0.02 222.41 0.96 0.53
Hex 12 56 FA 5D 42 0 2 DE 60 35
Octal 22 126 372 135 102 0 2 336 140 65
Binary 10010 1010110 11111010 1011101 1000010 0 10 11011110 1100000 110101

Color Harmonies of #1256FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1256FA

Black with #1256FA

Text Example


Text Example

White with #1256FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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