Html Css Color HEX #13077F Ultramarine

📋 copy color: '#13077F'

red 19 ◦ green 7 ◦ blue 127

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

Shades of Ultramarine #13077F

Tints of Ultramarine #13077F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 83.01%

R = 12.42%
G = 4.58%
B = 83.01%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13077F (or 0x13077F) is known color: Ultramarine. HEX triplet: 13, 07 and 7F. RGB value is (19,7,127). Sum of RGB (Red+Green+Blue) = 19+7+127=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 127 (50% from 255 or 83.01% from 153); Max value from RGB is 127 - color contains mainly: blue. Hex color #13077F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13077F is #ECF880. Grayscale: #171717. Windows color (decimal): -15530113 or 8324883. OLE color: 8324883.

HSL color Cylindrical-coordinate representation of color #13077F: hue angle of 246º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #13077F is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 19 7 127 -
CMYK 0.85 0.94 0 0.50
HSL 246º 0.9% 0.26% -
HSV(B) 246º 0.94% 0.5% -
XYZ 4.18 1.82 20.21 -
YUV 24.27 185.98 124.24 -
System Red Green Blue C M Y K H S L
Decimal 19 7 127 0.85 0.94 0 0.50 246 0.9 0.26
Hex 13 7 7F 55 5E 0 32 F6 5A 1A
Octal 23 7 177 125 136 0 62 366 132 32
Binary 10011 111 1111111 1010101 1011110 0 110010 11110110 1011010 11010

Color Harmonies of #13077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13077F

Black with #13077F

Text Example


Text Example

White with #13077F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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