Html Css Color HEX #18079B Ultramarine

📋 copy color: '#18079B'

red 24 ◦ green 7 ◦ blue 155

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

Shades of Ultramarine #18079B

Tints of Ultramarine #18079B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 83.33%

R = 12.9%
G = 3.76%
B = 83.33%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18079B (or 0x18079B) is known color: Ultramarine. HEX triplet: 18, 07 and 9B. RGB value is (24,7,155). Sum of RGB (Red+Green+Blue) = 24+7+155=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 155 (60.94% from 255 or 83.33% from 186); Max value from RGB is 155 - color contains mainly: blue. Hex color #18079B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #18079B is #E7F864. Grayscale: #1C1C1C. Windows color (decimal): -15202405 or 10159896. OLE color: 10159896.

HSL color Cylindrical-coordinate representation of color #18079B: hue angle of 246.89º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18079B is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 7 155 -
CMYK 0.85 0.95 0 0.39
HSL 246.89º 0.91% 0.32% -
HSV(B) 246.89º 0.95% 0.61% -
XYZ 6.37 2.71 31.2 -
YUV 28.96 199.13 124.47 -
System Red Green Blue C M Y K H S L
Decimal 24 7 155 0.85 0.95 0 0.39 246.89 0.91 0.32
Hex 18 7 9B 55 5F 0 27 F7 5B 20
Octal 30 7 233 125 137 0 47 367 133 40
Binary 11000 111 10011011 1010101 1011111 0 100111 11110111 1011011 100000

Color Harmonies of #18079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18079B

Black with #18079B

Text Example


Text Example

White with #18079B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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