Html Css Color HEX #1306A0 Ultramarine

📋 copy color: '#1306A0'

red 19 ◦ green 6 ◦ blue 160

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

Shades of Ultramarine #1306A0

Tints of Ultramarine #1306A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 86.49%

R = 10.27%
G = 3.24%
B = 86.49%

CMYK

 C value IS 0.88

 M value IS 0.96

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1306A0 (or 0x1306A0) is known color: Ultramarine. HEX triplet: 13, 06 and A0. RGB value is (19,6,160). Sum of RGB (Red+Green+Blue) = 19+6+160=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 160 (62.89% from 255 or 86.49% from 185); Max value from RGB is 160 - color contains mainly: blue. Hex color #1306A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1306A0 is #ECF95F. Grayscale: #1A1A1A. Windows color (decimal): -15530336 or 10487315. OLE color: 10487315.

HSL color Cylindrical-coordinate representation of color #1306A0: hue angle of 245.06º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1306A0 is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 19 6 160 -
CMYK 0.88 0.96 0 0.37
HSL 245.06º 0.93% 0.33% -
HSV(B) 245.06º 0.96% 0.63% -
XYZ 6.68 2.81 33.45 -
YUV 27.44 202.81 121.98 -
System Red Green Blue C M Y K H S L
Decimal 19 6 160 0.88 0.96 0 0.37 245.06 0.93 0.33
Hex 13 6 A0 58 60 0 25 F5 5D 21
Octal 23 6 240 130 140 0 45 365 135 41
Binary 10011 110 10100000 1011000 1100000 0 100101 11110101 1011101 100001

Color Harmonies of #1306A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1306A0

Black with #1306A0

Text Example


Text Example

White with #1306A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1306A0; }

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

 H1.HeaderClassName
 {
   color: #1306A0;
 }
 .AnyTagClassName
 {
   color: #1306A0;
 }
</style>

background-color css

<style>
 a { background-color: #1306A0; }

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

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

border-color css

<style>
 span { border-color: #1306A0; }

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

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