Html Css Color HEX #07128A Ultramarine

📋 copy color: '#07128A'

red 7 ◦ green 18 ◦ blue 138

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

Shades of Ultramarine #07128A

Tints of Ultramarine #07128A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 84.66%

R = 4.29%
G = 11.04%
B = 84.66%

CMYK

 C value IS 0.95

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#07128A (or 0x07128A) is known color: Ultramarine. HEX triplet: 07, 12 and 8A. RGB value is (7,18,138). Sum of RGB (Red+Green+Blue) = 7+18+138=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 138 (54.30% from 255 or 84.66% from 163); Max value from RGB is 138 - color contains mainly: blue. Hex color #07128A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07128A is #F8ED75. Grayscale: #1B1B1B. Windows color (decimal): -16313718 or 9048583. OLE color: 9048583.

HSL color Cylindrical-coordinate representation of color #07128A: hue angle of 234.96º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07128A is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 18 138 -
CMYK 0.95 0.87 0 0.46
HSL 234.96º 0.9% 0.28% -
HSV(B) 234.96º 0.95% 0.54% -
XYZ 4.89 2.31 24.23 -
YUV 28.39 189.86 112.74 -
System Red Green Blue C M Y K H S L
Decimal 7 18 138 0.95 0.87 0 0.46 234.96 0.9 0.28
Hex 7 12 8A 5F 57 0 2E EB 5A 1C
Octal 7 22 212 137 127 0 56 353 132 34
Binary 111 10010 10001010 1011111 1010111 0 101110 11101011 1011010 11100

Color Harmonies of #07128A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07128A

Black with #07128A

Text Example


Text Example

White with #07128A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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