Html Css Color HEX #18238C Ultramarine

📋 copy color: '#18238C'

red 24 ◦ green 35 ◦ blue 140

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

Shades of Ultramarine #18238C

Tints of Ultramarine #18238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.59%

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

R = 12.06%
G = 17.59%
B = 70.35%

CMYK

 C value IS 0.83

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18238C (or 0x18238C) is known color: Ultramarine. HEX triplet: 18, 23 and 8C. RGB value is (24,35,140). Sum of RGB (Red+Green+Blue) = 24+35+140=199 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.06% from 199); Green value is 35 (14.06% from 255 or 17.59% 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 #18238C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18238C is #E7DC73. Grayscale: #2B2B2B. Windows color (decimal): -15195252 or 9184024. OLE color: 9184024.

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

Color convert

RGB 24 35 140 -
CMYK 0.83 0.75 0 0.45
HSL 234.31º 0.71% 0.32% -
HSV(B) 234.31º 0.83% 0.55% -
XYZ 5.71 3.29 25.14 -
YUV 43.68 182.36 113.96 -
System Red Green Blue C M Y K H S L
Decimal 24 35 140 0.83 0.75 0 0.45 234.31 0.71 0.32
Hex 18 23 8C 53 4B 0 2D EA 47 20
Octal 30 43 214 123 113 0 55 352 107 40
Binary 11000 100011 10001100 1010011 1001011 0 101101 11101010 1000111 100000

Color Harmonies of #18238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18238C

Black with #18238C

Text Example


Text Example

White with #18238C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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