Html Css Color HEX #18007F Ultramarine

📋 copy color: '#18007F'

red 24 ◦ green 0 ◦ blue 127

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

Shades of Ultramarine #18007F

Tints of Ultramarine #18007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 84.11%

R = 15.89%
G = 0%
B = 84.11%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#18007F (or 0x18007F) is known color: Ultramarine. HEX triplet: 18, 00 and 7F. RGB value is (24,0,127). Sum of RGB (Red+Green+Blue) = 24+0+127=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 127 (50% from 255 or 84.11% from 151); Max value from RGB is 127 - color contains mainly: blue. Hex color #18007F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18007F is #E7FF80. Grayscale: #151515. Windows color (decimal): -15204225 or 8323096. OLE color: 8323096.

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

Color convert

RGB 24 0 127 -
CMYK 0.81 1 0 0.50
HSL 251.34º 1% 0.25% -
HSV(B) 251.34º 1% 0.5% -
XYZ 4.21 1.73 20.19 -
YUV 21.65 187.45 129.67 -
System Red Green Blue C M Y K H S L
Decimal 24 0 127 0.81 1 0 0.50 251.34 1 0.25
Hex 18 0 7F 51 64 0 32 FB 64 19
Octal 30 0 177 121 144 0 62 373 144 31
Binary 11000 0 1111111 1010001 1100100 0 110010 11111011 1100100 11001

Color Harmonies of #18007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18007F

Black with #18007F

Text Example


Text Example

White with #18007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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