Html Css Color HEX #1253DA Navy Blue

📋 copy color: '#1253DA'

red 18 ◦ green 83 ◦ blue 218

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

Shades of Navy Blue #1253DA

Tints of Navy Blue #1253DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.34%

R = 5.64%
G = 26.02%
B = 68.34%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1253DA (or 0x1253DA) is known color: Navy Blue. HEX triplet: 12, 53 and DA. RGB value is (18,83,218). Sum of RGB (Red+Green+Blue) = 18+83+218=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 218 (85.55% from 255 or 68.34% from 319); Max value from RGB is 218 - color contains mainly: blue. Hex color #1253DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1253DA is #EDAC25. Grayscale: #4E4E4E. Windows color (decimal): -15576102 or 14308114. OLE color: 14308114.

HSL color Cylindrical-coordinate representation of color #1253DA: hue angle of 220.5º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1253DA is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 83 218 -
CMYK 0.92 0.62 0 0.15
HSL 220.5º 0.85% 0.46% -
HSV(B) 220.5º 0.92% 0.85% -
XYZ 16 11.38 67.68 -
YUV 78.96 206.47 84.52 -
System Red Green Blue C M Y K H S L
Decimal 18 83 218 0.92 0.62 0 0.15 220.5 0.85 0.46
Hex 12 53 DA 5C 3E 0 F DC 55 2E
Octal 22 123 332 134 76 0 17 334 125 56
Binary 10010 1010011 11011010 1011100 111110 0 1111 11011100 1010101 101110

Color Harmonies of #1253DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1253DA

Black with #1253DA

Text Example


Text Example

White with #1253DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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