Html Css Color HEX #07128D Ultramarine

📋 copy color: '#07128D'

red 7 ◦ green 18 ◦ blue 141

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

Shades of Ultramarine #07128D

Tints of Ultramarine #07128D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 84.94%

R = 4.22%
G = 10.84%
B = 84.94%

CMYK

 C value IS 0.95

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07128D (or 0x07128D) is known color: Ultramarine. HEX triplet: 07, 12 and 8D. RGB value is (7,18,141). Sum of RGB (Red+Green+Blue) = 7+18+141=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 141 (55.47% from 255 or 84.94% from 166); Max value from RGB is 141 - color contains mainly: blue. Hex color #07128D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07128D is #F8ED72. Grayscale: #1C1C1C. Windows color (decimal): -16313715 or 9245191. OLE color: 9245191.

HSL color Cylindrical-coordinate representation of color #07128D: hue angle of 235.07º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07128D is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 18 141 -
CMYK 0.95 0.87 0 0.45
HSL 235.07º 0.91% 0.29% -
HSV(B) 235.07º 0.95% 0.55% -
XYZ 5.11 2.4 25.39 -
YUV 28.73 191.36 112.5 -
System Red Green Blue C M Y K H S L
Decimal 7 18 141 0.95 0.87 0 0.45 235.07 0.91 0.29
Hex 7 12 8D 5F 57 0 2D EB 5B 1D
Octal 7 22 215 137 127 0 55 353 133 35
Binary 111 10010 10001101 1011111 1010111 0 101101 11101011 1011011 11101

Color Harmonies of #07128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07128D

Black with #07128D

Text Example


Text Example

White with #07128D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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