Html Css Color HEX #18007E Ultramarine

📋 copy color: '#18007E'

red 24 ◦ green 0 ◦ blue 126

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

Shades of Ultramarine #18007E

Tints of Ultramarine #18007E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 126 (49.61% from 255) = 84%

R = 16%
G = 0%
B = 84%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18007E (or 0x18007E) is known color: Ultramarine. HEX triplet: 18, 00 and 7E. RGB value is (24,0,126). Sum of RGB (Red+Green+Blue) = 24+0+126=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 126 (49.61% from 255 or 84% from 150); Max value from RGB is 126 - color contains mainly: blue. Hex color #18007E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18007E is #E7FF81. Grayscale: #151515. Windows color (decimal): -15204226 or 8257560. OLE color: 8257560.

HSL color Cylindrical-coordinate representation of color #18007E: hue angle of 251.43º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18007E is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 0 126 -
CMYK 0.81 1 0 0.51
HSL 251.43º 1% 0.25% -
HSV(B) 251.43º 1% 0.49% -
XYZ 4.14 1.7 19.85 -
YUV 21.54 186.95 129.75 -
System Red Green Blue C M Y K H S L
Decimal 24 0 126 0.81 1 0 0.51 251.43 1 0.25
Hex 18 0 7E 51 64 0 33 FB 64 19
Octal 30 0 176 121 144 0 63 373 144 31
Binary 11000 0 1111110 1010001 1100100 0 110011 11111011 1100100 11001

Color Harmonies of #18007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18007E

Black with #18007E

Text Example


Text Example

White with #18007E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18007E; }

 p { color: rgb(24,0,126); }

 H1.HeaderClassName
 {
   color: #18007E;
 }
 .AnyTagClassName
 {
   color: #18007E;
 }
</style>

background-color css

<style>
 a { background-color: #18007E; }

 a { background-color: rgb(24,0,126); }

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

border-color css

<style>
 span { border-color: #18007E; }

 span { border-color: rgb(24,0,126); }

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