Html Css Color HEX #18007C Ultramarine

📋 copy color: '#18007C'

red 24 ◦ green 0 ◦ blue 124

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

Shades of Ultramarine #18007C

Tints of Ultramarine #18007C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 83.78%

R = 16.22%
G = 0%
B = 83.78%

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

#18007C (or 0x18007C) is known color: Ultramarine. HEX triplet: 18, 00 and 7C. RGB value is (24,0,124). Sum of RGB (Red+Green+Blue) = 24+0+124=148 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.22% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 124 (48.83% from 255 or 83.78% from 148); Max value from RGB is 124 - color contains mainly: blue. Hex color #18007C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18007C is #E7FF83. Grayscale: #141414. Windows color (decimal): -15204228 or 8126488. OLE color: 8126488.

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

Color convert

RGB 24 0 124 -
CMYK 0.81 1 0 0.51
HSL 251.61º 1% 0.24% -
HSV(B) 251.61º 1% 0.49% -
XYZ 4.01 1.65 19.18 -
YUV 21.31 185.95 129.92 -
System Red Green Blue C M Y K H S L
Decimal 24 0 124 0.81 1 0 0.51 251.61 1 0.24
Hex 18 0 7C 51 64 0 33 FC 64 18
Octal 30 0 174 121 144 0 63 374 144 30
Binary 11000 0 1111100 1010001 1100100 0 110011 11111100 1100100 11000

Color Harmonies of #18007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18007C

Black with #18007C

Text Example


Text Example

White with #18007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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