Html Css Color HEX #1253FA Navy Blue

📋 copy color: '#1253FA'

red 18 ◦ green 83 ◦ blue 250

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

Shades of Navy Blue #1253FA

Tints of Navy Blue #1253FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.23%

R = 5.13%
G = 23.65%
B = 71.23%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1253FA (or 0x1253FA) is known color: Navy Blue. HEX triplet: 12, 53 and FA. RGB value is (18,83,250). Sum of RGB (Red+Green+Blue) = 18+83+250=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #1253FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1253FA is #EDAC05. Grayscale: #515151. Windows color (decimal): -15576070 or 16405266. OLE color: 16405266.

HSL color Cylindrical-coordinate representation of color #1253FA: hue angle of 223.19º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1253FA is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 83 250 -
CMYK 0.93 0.67 0 0.02
HSL 223.19º 0.96% 0.53% -
HSV(B) 223.19º 0.93% 0.98% -
XYZ 20.6 13.22 91.91 -
YUV 82.6 222.47 81.92 -
System Red Green Blue C M Y K H S L
Decimal 18 83 250 0.93 0.67 0 0.02 223.19 0.96 0.53
Hex 12 53 FA 5D 43 0 2 DF 60 35
Octal 22 123 372 135 103 0 2 337 140 65
Binary 10010 1010011 11111010 1011101 1000011 0 10 11011111 1100000 110101

Color Harmonies of #1253FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1253FA

Black with #1253FA

Text Example


Text Example

White with #1253FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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