Html Css Color HEX #07128F Ultramarine

📋 copy color: '#07128F'

red 7 ◦ green 18 ◦ blue 143

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

Shades of Ultramarine #07128F

Tints of Ultramarine #07128F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.71%

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

R = 4.17%
G = 10.71%
B = 85.12%

CMYK

 C value IS 0.95

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#07128F (or 0x07128F) is known color: Ultramarine. HEX triplet: 07, 12 and 8F. RGB value is (7,18,143). Sum of RGB (Red+Green+Blue) = 7+18+143=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 143 (56.25% from 255 or 85.12% from 168); Max value from RGB is 143 - color contains mainly: blue. Hex color #07128F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07128F is #F8ED70. Grayscale: #1C1C1C. Windows color (decimal): -16313713 or 9376263. OLE color: 9376263.

HSL color Cylindrical-coordinate representation of color #07128F: hue angle of 235.15º 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 #07128F is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 18 143 -
CMYK 0.95 0.87 0 0.44
HSL 235.15º 0.91% 0.29% -
HSV(B) 235.15º 0.95% 0.56% -
XYZ 5.26 2.46 26.18 -
YUV 28.96 192.36 112.34 -
System Red Green Blue C M Y K H S L
Decimal 7 18 143 0.95 0.87 0 0.44 235.15 0.91 0.29
Hex 7 12 8F 5F 57 0 2C EB 5B 1D
Octal 7 22 217 137 127 0 54 353 133 35
Binary 111 10010 10001111 1011111 1010111 0 101100 11101011 1011011 11101

Color Harmonies of #07128F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07128F

Black with #07128F

Text Example


Text Example

White with #07128F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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