Html Css Color HEX #18258C Ultramarine

📋 copy color: '#18258C'

red 24 ◦ green 37 ◦ blue 140

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

Shades of Ultramarine #18258C

Tints of Ultramarine #18258C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.41%

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

R = 11.94%
G = 18.41%
B = 69.65%

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

#18258C (or 0x18258C) is known color: Ultramarine. HEX triplet: 18, 25 and 8C. RGB value is (24,37,140). Sum of RGB (Red+Green+Blue) = 24+37+140=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 140 (55.08% from 255 or 69.65% from 201); Max value from RGB is 140 - color contains mainly: blue. Hex color #18258C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18258C is #E7DA73. Grayscale: #2C2C2C. Windows color (decimal): -15194740 or 9184536. OLE color: 9184536.

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

Color convert

RGB 24 37 140 -
CMYK 0.83 0.74 0 0.45
HSL 233.28º 0.71% 0.32% -
HSV(B) 233.28º 0.83% 0.55% -
XYZ 5.77 3.41 25.17 -
YUV 44.86 181.69 113.12 -
System Red Green Blue C M Y K H S L
Decimal 24 37 140 0.83 0.74 0 0.45 233.28 0.71 0.32
Hex 18 25 8C 53 4A 0 2D E9 47 20
Octal 30 45 214 123 112 0 55 351 107 40
Binary 11000 100101 10001100 1010011 1001010 0 101101 11101001 1000111 100000

Color Harmonies of #18258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18258C

Black with #18258C

Text Example


Text Example

White with #18258C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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