Html Css Color HEX #1B13AC Ultramarine

📋 copy color: '#1B13AC'

red 27 ◦ green 19 ◦ blue 172

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

Shades of Ultramarine #1B13AC

Tints of Ultramarine #1B13AC

RGB

 RED value IS 27 (10.94% from 255) = 12.39%

 GREEN value IS 19 (7.81% from 255) = 8.72%

 BLUE value IS 172 (67.58% from 255) = 78.9%

R = 12.39%
G = 8.72%
B = 78.9%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B13AC (or 0x1B13AC) is known color: Ultramarine. HEX triplet: 1B, 13 and AC. RGB value is (27,19,172). Sum of RGB (Red+Green+Blue) = 27+19+172=218 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.39% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 172 (67.58% from 255 or 78.90% from 218); Max value from RGB is 172 - color contains mainly: blue. Hex color #1B13AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B13AC is #E4EC53. Grayscale: #262626. Windows color (decimal): -15002708 or 11277083. OLE color: 11277083.

HSL color Cylindrical-coordinate representation of color #1B13AC: hue angle of 243.14º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B13AC is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 19 172 -
CMYK 0.84 0.89 0 0.33
HSL 243.14º 0.8% 0.37% -
HSV(B) 243.14º 0.89% 0.67% -
XYZ 8.13 3.68 39.31 -
YUV 38.83 203.15 119.56 -
System Red Green Blue C M Y K H S L
Decimal 27 19 172 0.84 0.89 0 0.33 243.14 0.8 0.37
Hex 1B 13 AC 54 59 0 21 F3 50 25
Octal 33 23 254 124 131 0 41 363 120 45
Binary 11011 10011 10101100 1010100 1011001 0 100001 11110011 1010000 100101

Color Harmonies of #1B13AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B13AC

Black with #1B13AC

Text Example


Text Example

White with #1B13AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B13AC; }

 p { color: rgb(27,19,172); }

 H1.HeaderClassName
 {
   color: #1B13AC;
 }
 .AnyTagClassName
 {
   color: #1B13AC;
 }
</style>

background-color css

<style>
 a { background-color: #1B13AC; }

 a { background-color: rgb(27,19,172); }

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

border-color css

<style>
 span { border-color: #1B13AC; }

 span { border-color: rgb(27,19,172); }

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