Html Css Color HEX #18248C Ultramarine

📋 copy color: '#18248C'

red 24 ◦ green 36 ◦ blue 140

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

Shades of Ultramarine #18248C

Tints of Ultramarine #18248C

RGB

 RED value IS 24 (9.77% from 255) = 12%

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

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

R = 12%
G = 18%
B = 70%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18248C (or 0x18248C) is known color: Ultramarine. HEX triplet: 18, 24 and 8C. RGB value is (24,36,140). Sum of RGB (Red+Green+Blue) = 24+36+140=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 140 (55.08% from 255 or 70% from 200); Max value from RGB is 140 - color contains mainly: blue. Hex color #18248C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18248C is #E7DB73. Grayscale: #2B2B2B. Windows color (decimal): -15194996 or 9184280. OLE color: 9184280.

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

Color convert

RGB 24 36 140 -
CMYK 0.83 0.74 0 0.45
HSL 233.79º 0.71% 0.32% -
HSV(B) 233.79º 0.83% 0.55% -
XYZ 5.74 3.35 25.15 -
YUV 44.27 182.02 113.54 -
System Red Green Blue C M Y K H S L
Decimal 24 36 140 0.83 0.74 0 0.45 233.79 0.71 0.32
Hex 18 24 8C 53 4A 0 2D EA 47 20
Octal 30 44 214 123 112 0 55 352 107 40
Binary 11000 100100 10001100 1010011 1001010 0 101101 11101010 1000111 100000

Color Harmonies of #18248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18248C

Black with #18248C

Text Example


Text Example

White with #18248C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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