Html Css Color HEX #07138C Ultramarine

📋 copy color: '#07138C'

red 7 ◦ green 19 ◦ blue 140

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

Shades of Ultramarine #07138C

Tints of Ultramarine #07138C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.45%

 BLUE value IS 140 (55.08% from 255) = 84.34%

R = 4.22%
G = 11.45%
B = 84.34%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07138C (or 0x07138C) is known color: Ultramarine. HEX triplet: 07, 13 and 8C. RGB value is (7,19,140). Sum of RGB (Red+Green+Blue) = 7+19+140=166 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.22% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 140 (55.08% from 255 or 84.34% from 166); Max value from RGB is 140 - color contains mainly: blue. Hex color #07138C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07138C is #F8EC73. Grayscale: #1C1C1C. Windows color (decimal): -16313460 or 9179911. OLE color: 9179911.

HSL color Cylindrical-coordinate representation of color #07138C: hue angle of 234.59º degrees, saturation: 0.9, 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 #07138C is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 19 140 -
CMYK 0.95 0.86 0 0.45
HSL 234.59º 0.9% 0.29% -
HSV(B) 234.59º 0.95% 0.55% -
XYZ 5.05 2.4 25.01 -
YUV 29.21 190.52 112.16 -
System Red Green Blue C M Y K H S L
Decimal 7 19 140 0.95 0.86 0 0.45 234.59 0.9 0.29
Hex 7 13 8C 5F 56 0 2D EB 5A 1D
Octal 7 23 214 137 126 0 55 353 132 35
Binary 111 10011 10001100 1011111 1010110 0 101101 11101011 1011010 11101

Color Harmonies of #07138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07138C

Black with #07138C

Text Example


Text Example

White with #07138C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07138C; }

 p { color: rgb(7,19,140); }

 H1.HeaderClassName
 {
   color: #07138C;
 }
 .AnyTagClassName
 {
   color: #07138C;
 }
</style>

background-color css

<style>
 a { background-color: #07138C; }

 a { background-color: rgb(7,19,140); }

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

border-color css

<style>
 span { border-color: #07138C; }

 span { border-color: rgb(7,19,140); }

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