Html Css Color HEX #1256FC Navy Blue

📋 copy color: '#1256FC'

red 18 ◦ green 86 ◦ blue 252

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

Shades of Navy Blue #1256FC

Tints of Navy Blue #1256FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 70.79%

R = 5.06%
G = 24.16%
B = 70.79%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1256FC (or 0x1256FC) is known color: Navy Blue. HEX triplet: 12, 56 and FC. RGB value is (18,86,252). Sum of RGB (Red+Green+Blue) = 18+86+252=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 252 (98.83% from 255 or 70.79% from 356); Max value from RGB is 252 - color contains mainly: blue. Hex color #1256FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1256FC is #EDA903. Grayscale: #535353. Windows color (decimal): -15575300 or 16537106. OLE color: 16537106.

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

Color convert

RGB 18 86 252 -
CMYK 0.93 0.66 0 0.01
HSL 222.56º 0.98% 0.53% -
HSV(B) 222.56º 0.93% 0.99% -
XYZ 21.15 13.81 93.65 -
YUV 84.59 222.47 80.5 -
System Red Green Blue C M Y K H S L
Decimal 18 86 252 0.93 0.66 0 0.01 222.56 0.98 0.53
Hex 12 56 FC 5D 42 0 1 DF 62 35
Octal 22 126 374 135 102 0 1 337 142 65
Binary 10010 1010110 11111100 1011101 1000010 0 1 11011111 1100010 110101

Color Harmonies of #1256FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1256FC

Black with #1256FC

Text Example


Text Example

White with #1256FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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