Html Css Color HEX #17248D Ultramarine

📋 copy color: '#17248D'

red 23 ◦ green 36 ◦ blue 141

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

Shades of Ultramarine #17248D

Tints of Ultramarine #17248D

RGB

 RED value IS 23 (9.38% from 255) = 11.5%

 GREEN value IS 36 (14.45% from 255) = 18%

 BLUE value IS 141 (55.47% from 255) = 70.5%

R = 11.5%
G = 18%
B = 70.5%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#17248D (or 0x17248D) is known color: Ultramarine. HEX triplet: 17, 24 and 8D. RGB value is (23,36,141). Sum of RGB (Red+Green+Blue) = 23+36+141=200 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 141 (55.47% from 255 or 70.5% from 200); Max value from RGB is 141 - color contains mainly: blue. Hex color #17248D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17248D is #E8DB72. Grayscale: #2B2B2B. Windows color (decimal): -15260531 or 9249815. OLE color: 9249815.

HSL color Cylindrical-coordinate representation of color #17248D: hue angle of 233.39º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17248D is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 23 36 141 -
CMYK 0.84 0.74 0 0.45
HSL 233.39º 0.72% 0.32% -
HSV(B) 233.39º 0.84% 0.55% -
XYZ 5.79 3.37 25.54 -
YUV 44.08 182.69 112.96 -
System Red Green Blue C M Y K H S L
Decimal 23 36 141 0.84 0.74 0 0.45 233.39 0.72 0.32
Hex 17 24 8D 54 4A 0 2D E9 48 20
Octal 27 44 215 124 112 0 55 351 110 40
Binary 10111 100100 10001101 1010100 1001010 0 101101 11101001 1001000 100000

Color Harmonies of #17248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17248D

Black with #17248D

Text Example


Text Example

White with #17248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17248D; }

 p { color: rgb(23,36,141); }

 H1.HeaderClassName
 {
   color: #17248D;
 }
 .AnyTagClassName
 {
   color: #17248D;
 }
</style>

background-color css

<style>
 a { background-color: #17248D; }

 a { background-color: rgb(23,36,141); }

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

border-color css

<style>
 span { border-color: #17248D; }

 span { border-color: rgb(23,36,141); }

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