Html Css Color HEX #18079F Ultramarine

📋 copy color: '#18079F'

red 24 ◦ green 7 ◦ blue 159

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

Shades of Ultramarine #18079F

Tints of Ultramarine #18079F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.68%

 BLUE value IS 159 (62.5% from 255) = 83.68%

R = 12.63%
G = 3.68%
B = 83.68%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18079F (or 0x18079F) is known color: Ultramarine. HEX triplet: 18, 07 and 9F. RGB value is (24,7,159). Sum of RGB (Red+Green+Blue) = 24+7+159=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 159 (62.5% from 255 or 83.68% from 190); Max value from RGB is 159 - color contains mainly: blue. Hex color #18079F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18079F is #E7F860. Grayscale: #1C1C1C. Windows color (decimal): -15202401 or 10422040. OLE color: 10422040.

HSL color Cylindrical-coordinate representation of color #18079F: hue angle of 246.71º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #18079F is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 7 159 -
CMYK 0.85 0.96 0 0.38
HSL 246.71º 0.92% 0.33% -
HSV(B) 246.71º 0.96% 0.62% -
XYZ 6.71 2.85 33 -
YUV 29.41 201.13 124.14 -
System Red Green Blue C M Y K H S L
Decimal 24 7 159 0.85 0.96 0 0.38 246.71 0.92 0.33
Hex 18 7 9F 55 60 0 26 F7 5C 21
Octal 30 7 237 125 140 0 46 367 134 41
Binary 11000 111 10011111 1010101 1100000 0 100110 11110111 1011100 100001

Color Harmonies of #18079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18079F

Black with #18079F

Text Example


Text Example

White with #18079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,7,159); }

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

background-color css

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

 a { background-color: rgb(24,7,159); }

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

border-color css

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

 span { border-color: rgb(24,7,159); }

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