Html Css Color HEX #17248C Ultramarine

📋 copy color: '#17248C'

red 23 ◦ green 36 ◦ blue 140

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

Shades of Ultramarine #17248C

Tints of Ultramarine #17248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 70.35%

R = 11.56%
G = 18.09%
B = 70.35%

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

#17248C (or 0x17248C) is known color: Ultramarine. HEX triplet: 17, 24 and 8C. RGB value is (23,36,140). Sum of RGB (Red+Green+Blue) = 23+36+140=199 (26% of max value = 765). Red value is 23 (9.38% from 255 or 11.56% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 140 (55.08% from 255 or 70.35% from 199); Max value from RGB is 140 - color contains mainly: blue. Hex color #17248C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #17248C is #E8DB73. Grayscale: #2B2B2B. Windows color (decimal): -15260532 or 9184279. OLE color: 9184279.

HSL color Cylindrical-coordinate representation of color #17248C: hue angle of 233.33º 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 #17248C is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 23 36 140 -
CMYK 0.84 0.74 0 0.45
HSL 233.33º 0.72% 0.32% -
HSV(B) 233.33º 0.84% 0.55% -
XYZ 5.72 3.34 25.15 -
YUV 43.97 182.19 113.04 -
System Red Green Blue C M Y K H S L
Decimal 23 36 140 0.84 0.74 0 0.45 233.33 0.72 0.32
Hex 17 24 8C 54 4A 0 2D E9 48 20
Octal 27 44 214 124 112 0 55 351 110 40
Binary 10111 100100 10001100 1010100 1001010 0 101101 11101001 1001000 100000

Color Harmonies of #17248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17248C

Black with #17248C

Text Example


Text Example

White with #17248C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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