Html Css Color HEX #18238D Ultramarine

📋 copy color: '#18238D'

red 24 ◦ green 35 ◦ blue 141

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

Shades of Ultramarine #18238D

Tints of Ultramarine #18238D

RGB

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

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

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

R = 12%
G = 17.5%
B = 70.5%

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

#18238D (or 0x18238D) is known color: Ultramarine. HEX triplet: 18, 23 and 8D. RGB value is (24,35,141). Sum of RGB (Red+Green+Blue) = 24+35+141=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 35 (14.06% from 255 or 17.5% 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 #18238D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18238D is #E7DC72. Grayscale: #2B2B2B. Windows color (decimal): -15195251 or 9249560. OLE color: 9249560.

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

Color convert

RGB 24 35 141 -
CMYK 0.83 0.75 0 0.45
HSL 234.36º 0.71% 0.32% -
HSV(B) 234.36º 0.83% 0.55% -
XYZ 5.79 3.32 25.54 -
YUV 43.8 182.86 113.88 -
System Red Green Blue C M Y K H S L
Decimal 24 35 141 0.83 0.75 0 0.45 234.36 0.71 0.32
Hex 18 23 8D 53 4B 0 2D EA 47 20
Octal 30 43 215 123 113 0 55 352 107 40
Binary 11000 100011 10001101 1010011 1001011 0 101101 11101010 1000111 100000

Color Harmonies of #18238D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18238D

Black with #18238D

Text Example


Text Example

White with #18238D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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