Html Css Color HEX #13077A Ultramarine

📋 copy color: '#13077A'

red 19 ◦ green 7 ◦ blue 122

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

Shades of Ultramarine #13077A

Tints of Ultramarine #13077A

RGB

 RED value IS 19 (7.81% from 255) = 12.84%

 GREEN value IS 7 (3.13% from 255) = 4.73%

 BLUE value IS 122 (48.05% from 255) = 82.43%

R = 12.84%
G = 4.73%
B = 82.43%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#13077A (or 0x13077A) is known color: Ultramarine. HEX triplet: 13, 07 and 7A. RGB value is (19,7,122). Sum of RGB (Red+Green+Blue) = 19+7+122=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 122 (48.05% from 255 or 82.43% from 148); Max value from RGB is 122 - color contains mainly: blue. Hex color #13077A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13077A is #ECF885. Grayscale: #171717. Windows color (decimal): -15530118 or 7997203. OLE color: 7997203.

HSL color Cylindrical-coordinate representation of color #13077A: hue angle of 246.26º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13077A is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 19 7 122 -
CMYK 0.84 0.94 0 0.52
HSL 246.26º 0.89% 0.25% -
HSV(B) 246.26º 0.94% 0.48% -
XYZ 3.86 1.7 18.54 -
YUV 23.7 183.48 124.65 -
System Red Green Blue C M Y K H S L
Decimal 19 7 122 0.84 0.94 0 0.52 246.26 0.89 0.25
Hex 13 7 7A 54 5E 0 34 F6 59 19
Octal 23 7 172 124 136 0 64 366 131 31
Binary 10011 111 1111010 1010100 1011110 0 110100 11110110 1011001 11001

Color Harmonies of #13077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13077A

Black with #13077A

Text Example


Text Example

White with #13077A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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