Html Css Color HEX #18238B Ultramarine

📋 copy color: '#18238B'

red 24 ◦ green 35 ◦ blue 139

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

Shades of Ultramarine #18238B

Tints of Ultramarine #18238B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 70.2%

R = 12.12%
G = 17.68%
B = 70.2%

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

#18238B (or 0x18238B) is known color: Ultramarine. HEX triplet: 18, 23 and 8B. RGB value is (24,35,139). Sum of RGB (Red+Green+Blue) = 24+35+139=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 35 (14.06% from 255 or 17.68% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #18238B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18238B is #E7DC74. Grayscale: #2B2B2B. Windows color (decimal): -15195253 or 9118488. OLE color: 9118488.

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

Color convert

RGB 24 35 139 -
CMYK 0.83 0.75 0 0.45
HSL 234.26º 0.71% 0.32% -
HSV(B) 234.26º 0.83% 0.55% -
XYZ 5.64 3.26 24.76 -
YUV 43.57 181.86 114.04 -
System Red Green Blue C M Y K H S L
Decimal 24 35 139 0.83 0.75 0 0.45 234.26 0.71 0.32
Hex 18 23 8B 53 4B 0 2D EA 47 20
Octal 30 43 213 123 113 0 55 352 107 40
Binary 11000 100011 10001011 1010011 1001011 0 101101 11101010 1000111 100000

Color Harmonies of #18238B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18238B

Black with #18238B

Text Example


Text Example

White with #18238B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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