Html Css Color HEX #07158F Ultramarine

📋 copy color: '#07158F'

red 7 ◦ green 21 ◦ blue 143

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

Shades of Ultramarine #07158F

Tints of Ultramarine #07158F

RGB

 RED value IS 7 (3.13% from 255) = 4.09%

 GREEN value IS 21 (8.59% from 255) = 12.28%

 BLUE value IS 143 (56.25% from 255) = 83.63%

R = 4.09%
G = 12.28%
B = 83.63%

CMYK

 C value IS 0.95

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#07158F (or 0x07158F) is known color: Ultramarine. HEX triplet: 07, 15 and 8F. RGB value is (7,21,143). Sum of RGB (Red+Green+Blue) = 7+21+143=171 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.09% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 143 (56.25% from 255 or 83.63% from 171); Max value from RGB is 143 - color contains mainly: blue. Hex color #07158F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07158F is #F8EA70. Grayscale: #1E1E1E. Windows color (decimal): -16312945 or 9377031. OLE color: 9377031.

HSL color Cylindrical-coordinate representation of color #07158F: hue angle of 233.82º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07158F is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 21 143 -
CMYK 0.95 0.85 0 0.44
HSL 233.82º 0.91% 0.29% -
HSV(B) 233.82º 0.95% 0.56% -
XYZ 5.31 2.56 26.2 -
YUV 30.72 191.36 111.08 -
System Red Green Blue C M Y K H S L
Decimal 7 21 143 0.95 0.85 0 0.44 233.82 0.91 0.29
Hex 7 15 8F 5F 55 0 2C EA 5B 1D
Octal 7 25 217 137 125 0 54 352 133 35
Binary 111 10101 10001111 1011111 1010101 0 101100 11101010 1011011 11101

Color Harmonies of #07158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07158F

Black with #07158F

Text Example


Text Example

White with #07158F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,21,143); }

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

background-color css

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

 a { background-color: rgb(7,21,143); }

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

border-color css

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

 span { border-color: rgb(7,21,143); }

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