Html Css Color HEX #1254FC Navy Blue

📋 copy color: '#1254FC'

red 18 ◦ green 84 ◦ blue 252

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

Shades of Navy Blue #1254FC

Tints of Navy Blue #1254FC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.73%

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

R = 5.08%
G = 23.73%
B = 71.19%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1254FC (or 0x1254FC) is known color: Navy Blue. HEX triplet: 12, 54 and FC. RGB value is (18,84,252). Sum of RGB (Red+Green+Blue) = 18+84+252=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #1254FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1254FC is #EDAB03. Grayscale: #525252. Windows color (decimal): -15575812 or 16536594. OLE color: 16536594.

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

Color convert

RGB 18 84 252 -
CMYK 0.93 0.67 0 0.01
HSL 223.08º 0.98% 0.53% -
HSV(B) 223.08º 0.93% 0.99% -
XYZ 20.99 13.5 93.59 -
YUV 83.42 223.13 81.34 -
System Red Green Blue C M Y K H S L
Decimal 18 84 252 0.93 0.67 0 0.01 223.08 0.98 0.53
Hex 12 54 FC 5D 43 0 1 DF 62 35
Octal 22 124 374 135 103 0 1 337 142 65
Binary 10010 1010100 11111100 1011101 1000011 0 1 11011111 1100010 110101

Color Harmonies of #1254FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1254FC

Black with #1254FC

Text Example


Text Example

White with #1254FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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