Html Css Color HEX #1254FD Navy Blue

📋 copy color: '#1254FD'

red 18 ◦ green 84 ◦ blue 253

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

Shades of Navy Blue #1254FD

Tints of Navy Blue #1254FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 71.27%

R = 5.07%
G = 23.66%
B = 71.27%

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

#1254FD (or 0x1254FD) is known color: Navy Blue. HEX triplet: 12, 54 and FD. RGB value is (18,84,253). Sum of RGB (Red+Green+Blue) = 18+84+253=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #1254FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1254FD is #EDAB02. Grayscale: #525252. Windows color (decimal): -15575811 or 16602130. OLE color: 16602130.

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

Color convert

RGB 18 84 253 -
CMYK 0.93 0.67 0 0.01
HSL 223.15º 0.98% 0.53% -
HSV(B) 223.15º 0.93% 0.99% -
XYZ 21.15 13.56 94.43 -
YUV 83.53 223.63 81.26 -
System Red Green Blue C M Y K H S L
Decimal 18 84 253 0.93 0.67 0 0.01 223.15 0.98 0.53
Hex 12 54 FD 5D 43 0 1 DF 62 35
Octal 22 124 375 135 103 0 1 337 142 65
Binary 10010 1010100 11111101 1011101 1000011 0 1 11011111 1100010 110101

Color Harmonies of #1254FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1254FD

Black with #1254FD

Text Example


Text Example

White with #1254FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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