Html Css Color HEX #13067F Ultramarine

📋 copy color: '#13067F'

red 19 ◦ green 6 ◦ blue 127

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

Shades of Ultramarine #13067F

Tints of Ultramarine #13067F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.95%

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

R = 12.5%
G = 3.95%
B = 83.55%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#13067F (or 0x13067F) is known color: Ultramarine. HEX triplet: 13, 06 and 7F. RGB value is (19,6,127). Sum of RGB (Red+Green+Blue) = 19+6+127=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 6 (2.73% from 255 or 3.95% from 152); Blue value is 127 (50% from 255 or 83.55% from 152); Max value from RGB is 127 - color contains mainly: blue. Hex color #13067F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13067F is #ECF980. Grayscale: #171717. Windows color (decimal): -15530369 or 8324627. OLE color: 8324627.

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

Color convert

RGB 19 6 127 -
CMYK 0.85 0.95 0 0.50
HSL 246.45º 0.91% 0.26% -
HSV(B) 246.45º 0.95% 0.5% -
XYZ 4.16 1.8 20.21 -
YUV 23.68 186.31 124.66 -
System Red Green Blue C M Y K H S L
Decimal 19 6 127 0.85 0.95 0 0.50 246.45 0.91 0.26
Hex 13 6 7F 55 5F 0 32 F6 5B 1A
Octal 23 6 177 125 137 0 62 366 133 32
Binary 10011 110 1111111 1010101 1011111 0 110010 11110110 1011011 11010

Color Harmonies of #13067F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13067F

Black with #13067F

Text Example


Text Example

White with #13067F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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