Html Css Color HEX #18038A Ultramarine

📋 copy color: '#18038A'

red 24 ◦ green 3 ◦ blue 138

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

Shades of Ultramarine #18038A

Tints of Ultramarine #18038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.82%

 BLUE value IS 138 (54.3% from 255) = 83.64%

R = 14.55%
G = 1.82%
B = 83.64%

CMYK

 C value IS 0.83

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#18038A (or 0x18038A) is known color: Ultramarine. HEX triplet: 18, 03 and 8A. RGB value is (24,3,138). Sum of RGB (Red+Green+Blue) = 24+3+138=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 138 (54.30% from 255 or 83.64% from 165); Max value from RGB is 138 - color contains mainly: blue. Hex color #18038A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18038A is #E7FC75. Grayscale: #181818. Windows color (decimal): -15203446 or 9044760. OLE color: 9044760.

HSL color Cylindrical-coordinate representation of color #18038A: hue angle of 249.33º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18038A is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 3 138 -
CMYK 0.83 0.98 0 0.46
HSL 249.33º 0.96% 0.28% -
HSV(B) 249.33º 0.98% 0.54% -
XYZ 5 2.09 24.19 -
YUV 24.67 191.96 127.52 -
System Red Green Blue C M Y K H S L
Decimal 24 3 138 0.83 0.98 0 0.46 249.33 0.96 0.28
Hex 18 3 8A 53 62 0 2E F9 60 1C
Octal 30 3 212 123 142 0 56 371 140 34
Binary 11000 11 10001010 1010011 1100010 0 101110 11111001 1100000 11100

Color Harmonies of #18038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18038A

Black with #18038A

Text Example


Text Example

White with #18038A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,3,138); }

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

background-color css

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

 a { background-color: rgb(24,3,138); }

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

border-color css

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

 span { border-color: rgb(24,3,138); }

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