Html Css Color HEX #1253EC Navy Blue

📋 copy color: '#1253EC'

red 18 ◦ green 83 ◦ blue 236

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

Shades of Navy Blue #1253EC

Tints of Navy Blue #1253EC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.63%

 BLUE value IS 236 (92.58% from 255) = 70.03%

R = 5.34%
G = 24.63%
B = 70.03%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1253EC (or 0x1253EC) is known color: Navy Blue. HEX triplet: 12, 53 and EC. RGB value is (18,83,236). Sum of RGB (Red+Green+Blue) = 18+83+236=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #1253EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1253EC is #EDAC13. Grayscale: #505050. Windows color (decimal): -15576084 or 15487762. OLE color: 15487762.

HSL color Cylindrical-coordinate representation of color #1253EC: hue angle of 222.11º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1253EC is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 18 83 236 -
CMYK 0.92 0.65 0 0.07
HSL 222.11º 0.86% 0.5% -
HSV(B) 222.11º 0.92% 0.93% -
XYZ 18.48 12.37 80.77 -
YUV 81.01 215.47 83.06 -
System Red Green Blue C M Y K H S L
Decimal 18 83 236 0.92 0.65 0 0.07 222.11 0.86 0.5
Hex 12 53 EC 5C 41 0 7 DE 56 32
Octal 22 123 354 134 101 0 7 336 126 62
Binary 10010 1010011 11101100 1011100 1000001 0 111 11011110 1010110 110010

Color Harmonies of #1253EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1253EC

Black with #1253EC

Text Example


Text Example

White with #1253EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1253EC; }

 p { color: rgb(18,83,236); }

 H1.HeaderClassName
 {
   color: #1253EC;
 }
 .AnyTagClassName
 {
   color: #1253EC;
 }
</style>

background-color css

<style>
 a { background-color: #1253EC; }

 a { background-color: rgb(18,83,236); }

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

border-color css

<style>
 span { border-color: #1253EC; }

 span { border-color: rgb(18,83,236); }

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