Html Css Color HEX #1251FC Navy Blue

📋 copy color: '#1251FC'

red 18 ◦ green 81 ◦ blue 252

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

Shades of Navy Blue #1251FC

Tints of Navy Blue #1251FC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.08%

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

R = 5.13%
G = 23.08%
B = 71.79%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1251FC (or 0x1251FC) is known color: Navy Blue. HEX triplet: 12, 51 and FC. RGB value is (18,81,252). Sum of RGB (Red+Green+Blue) = 18+81+252=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #1251FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1251FC is #EDAE03. Grayscale: #505050. Windows color (decimal): -15576580 or 16535826. OLE color: 16535826.

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

Color convert

RGB 18 81 252 -
CMYK 0.93 0.68 0 0.01
HSL 223.85º 0.98% 0.53% -
HSV(B) 223.85º 0.93% 0.99% -
XYZ 20.76 13.04 93.52 -
YUV 81.66 224.13 82.6 -
System Red Green Blue C M Y K H S L
Decimal 18 81 252 0.93 0.68 0 0.01 223.85 0.98 0.53
Hex 12 51 FC 5D 44 0 1 E0 62 35
Octal 22 121 374 135 104 0 1 340 142 65
Binary 10010 1010001 11111100 1011101 1000100 0 1 11100000 1100010 110101

Color Harmonies of #1251FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1251FC

Black with #1251FC

Text Example


Text Example

White with #1251FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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