Html Css Color HEX #18089A Ultramarine

📋 copy color: '#18089A'

red 24 ◦ green 8 ◦ blue 154

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

Shades of Ultramarine #18089A

Tints of Ultramarine #18089A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.3%

 BLUE value IS 154 (60.55% from 255) = 82.8%

R = 12.9%
G = 4.3%
B = 82.8%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#18089A (or 0x18089A) is known color: Ultramarine. HEX triplet: 18, 08 and 9A. RGB value is (24,8,154). Sum of RGB (Red+Green+Blue) = 24+8+154=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 154 (60.55% from 255 or 82.80% from 186); Max value from RGB is 154 - color contains mainly: blue. Hex color #18089A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18089A is #E7F765. Grayscale: #1C1C1C. Windows color (decimal): -15202150 or 10094616. OLE color: 10094616.

HSL color Cylindrical-coordinate representation of color #18089A: hue angle of 246.58º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18089A is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 8 154 -
CMYK 0.84 0.95 0 0.40
HSL 246.58º 0.9% 0.32% -
HSV(B) 246.58º 0.95% 0.6% -
XYZ 6.3 2.7 30.76 -
YUV 29.43 198.3 124.13 -
System Red Green Blue C M Y K H S L
Decimal 24 8 154 0.84 0.95 0 0.40 246.58 0.9 0.32
Hex 18 8 9A 54 5F 0 28 F7 5A 20
Octal 30 10 232 124 137 0 50 367 132 40
Binary 11000 1000 10011010 1010100 1011111 0 101000 11110111 1011010 100000

Color Harmonies of #18089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18089A

Black with #18089A

Text Example


Text Example

White with #18089A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18089A; }

 p { color: rgb(24,8,154); }

 H1.HeaderClassName
 {
   color: #18089A;
 }
 .AnyTagClassName
 {
   color: #18089A;
 }
</style>

background-color css

<style>
 a { background-color: #18089A; }

 a { background-color: rgb(24,8,154); }

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

border-color css

<style>
 span { border-color: #18089A; }

 span { border-color: rgb(24,8,154); }

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