Html Css Color HEX #18027A Ultramarine

📋 copy color: '#18027A'

red 24 ◦ green 2 ◦ blue 122

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

Shades of Ultramarine #18027A

Tints of Ultramarine #18027A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.35%

 BLUE value IS 122 (48.05% from 255) = 82.43%

R = 16.22%
G = 1.35%
B = 82.43%

CMYK

 C value IS 0.80

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#18027A (or 0x18027A) is known color: Ultramarine. HEX triplet: 18, 02 and 7A. RGB value is (24,2,122). Sum of RGB (Red+Green+Blue) = 24+2+122=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 122 (48.05% from 255 or 82.43% from 148); Max value from RGB is 122 - color contains mainly: blue. Hex color #18027A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18027A is #E7FD85. Grayscale: #151515. Windows color (decimal): -15203718 or 7995928. OLE color: 7995928.

HSL color Cylindrical-coordinate representation of color #18027A: hue angle of 251º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #18027A is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 24 2 122 -
CMYK 0.80 0.98 0 0.52
HSL 251º 0.97% 0.24% -
HSV(B) 251º 0.98% 0.48% -
XYZ 3.91 1.64 18.52 -
YUV 22.26 184.29 129.24 -
System Red Green Blue C M Y K H S L
Decimal 24 2 122 0.80 0.98 0 0.52 251 0.97 0.24
Hex 18 2 7A 50 62 0 34 FB 61 18
Octal 30 2 172 120 142 0 64 373 141 30
Binary 11000 10 1111010 1010000 1100010 0 110100 11111011 1100001 11000

Color Harmonies of #18027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18027A

Black with #18027A

Text Example


Text Example

White with #18027A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,2,122); }

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

background-color css

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

 a { background-color: rgb(24,2,122); }

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

border-color css

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

 span { border-color: rgb(24,2,122); }

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