Html Css Color HEX #18007D Ultramarine

📋 copy color: '#18007D'

red 24 ◦ green 0 ◦ blue 125

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

Shades of Ultramarine #18007D

Tints of Ultramarine #18007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 83.89%

R = 16.11%
G = 0%
B = 83.89%

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

#18007D (or 0x18007D) is known color: Ultramarine. HEX triplet: 18, 00 and 7D. RGB value is (24,0,125). Sum of RGB (Red+Green+Blue) = 24+0+125=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 125 (49.22% from 255 or 83.89% from 149); Max value from RGB is 125 - color contains mainly: blue. Hex color #18007D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18007D is #E7FF82. Grayscale: #141414. Windows color (decimal): -15204227 or 8192024. OLE color: 8192024.

HSL color Cylindrical-coordinate representation of color #18007D: hue angle of 251.52º 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 #18007D is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 0 125 -
CMYK 0.81 1 0 0.51
HSL 251.52º 1% 0.25% -
HSV(B) 251.52º 1% 0.49% -
XYZ 4.08 1.67 19.51 -
YUV 21.43 186.45 129.84 -
System Red Green Blue C M Y K H S L
Decimal 24 0 125 0.81 1 0 0.51 251.52 1 0.25
Hex 18 0 7D 51 64 0 33 FC 64 19
Octal 30 0 175 121 144 0 63 374 144 31
Binary 11000 0 1111101 1010001 1100100 0 110011 11111100 1100100 11001

Color Harmonies of #18007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18007D

Black with #18007D

Text Example


Text Example

White with #18007D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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