Html Css Color HEX #18027F Ultramarine

📋 copy color: '#18027F'

red 24 ◦ green 2 ◦ blue 127

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

Shades of Ultramarine #18027F

Tints of Ultramarine #18027F

RGB

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

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

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

R = 15.69%
G = 1.31%
B = 83.01%

CMYK

 C value IS 0.81

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#18027F (or 0x18027F) is known color: Ultramarine. HEX triplet: 18, 02 and 7F. RGB value is (24,2,127). Sum of RGB (Red+Green+Blue) = 24+2+127=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 127 (50% from 255 or 83.01% from 153); Max value from RGB is 127 - color contains mainly: blue. Hex color #18027F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18027F is #E7FD80. Grayscale: #161616. Windows color (decimal): -15203713 or 8323608. OLE color: 8323608.

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

Color convert

RGB 24 2 127 -
CMYK 0.81 0.98 0 0.50
HSL 250.56º 0.97% 0.25% -
HSV(B) 250.56º 0.98% 0.5% -
XYZ 4.23 1.77 20.2 -
YUV 22.83 186.79 128.84 -
System Red Green Blue C M Y K H S L
Decimal 24 2 127 0.81 0.98 0 0.50 250.56 0.97 0.25
Hex 18 2 7F 51 62 0 32 FB 61 19
Octal 30 2 177 121 142 0 62 373 141 31
Binary 11000 10 1111111 1010001 1100010 0 110010 11111011 1100001 11001

Color Harmonies of #18027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18027F

Black with #18027F

Text Example


Text Example

White with #18027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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