Html Css Color HEX #1253EF Navy Blue

📋 copy color: '#1253EF'

red 18 ◦ green 83 ◦ blue 239

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

Shades of Navy Blue #1253EF

Tints of Navy Blue #1253EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 70.29%

R = 5.29%
G = 24.41%
B = 70.29%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1253EF (or 0x1253EF) is known color: Navy Blue. HEX triplet: 12, 53 and EF. RGB value is (18,83,239). Sum of RGB (Red+Green+Blue) = 18+83+239=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 239 (93.75% from 255 or 70.29% from 340); Max value from RGB is 239 - color contains mainly: blue. Hex color #1253EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1253EF is #EDAC10. Grayscale: #505050. Windows color (decimal): -15576081 or 15684370. OLE color: 15684370.

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

Color convert

RGB 18 83 239 -
CMYK 0.92 0.65 0 0.06
HSL 222.35º 0.87% 0.5% -
HSV(B) 222.35º 0.92% 0.94% -
XYZ 18.92 12.55 83.09 -
YUV 81.35 216.97 82.82 -
System Red Green Blue C M Y K H S L
Decimal 18 83 239 0.92 0.65 0 0.06 222.35 0.87 0.5
Hex 12 53 EF 5C 41 0 6 DE 57 32
Octal 22 123 357 134 101 0 6 336 127 62
Binary 10010 1010011 11101111 1011100 1000001 0 110 11011110 1010111 110010

Color Harmonies of #1253EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1253EF

Black with #1253EF

Text Example


Text Example

White with #1253EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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