Html Css Color HEX #13068C Ultramarine

📋 copy color: '#13068C'

red 19 ◦ green 6 ◦ blue 140

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

Shades of Ultramarine #13068C

Tints of Ultramarine #13068C

RGB

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

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

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

R = 11.52%
G = 3.64%
B = 84.85%

CMYK

 C value IS 0.86

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13068C (or 0x13068C) is known color: Ultramarine. HEX triplet: 13, 06 and 8C. RGB value is (19,6,140). Sum of RGB (Red+Green+Blue) = 19+6+140=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 140 (55.08% from 255 or 84.85% from 165); Max value from RGB is 140 - color contains mainly: blue. Hex color #13068C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #13068C is #ECF973. Grayscale: #181818. Windows color (decimal): -15530356 or 9176595. OLE color: 9176595.

HSL color Cylindrical-coordinate representation of color #13068C: hue angle of 245.82º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #13068C is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 6 140 -
CMYK 0.86 0.96 0 0.45
HSL 245.82º 0.92% 0.29% -
HSV(B) 245.82º 0.96% 0.55% -
XYZ 5.07 2.16 24.96 -
YUV 25.16 192.81 123.6 -
System Red Green Blue C M Y K H S L
Decimal 19 6 140 0.86 0.96 0 0.45 245.82 0.92 0.29
Hex 13 6 8C 56 60 0 2D F6 5C 1D
Octal 23 6 214 126 140 0 55 366 134 35
Binary 10011 110 10001100 1010110 1100000 0 101101 11110110 1011100 11101

Color Harmonies of #13068C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13068C

Black with #13068C

Text Example


Text Example

White with #13068C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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