Html Css Color HEX #1B13AF Ultramarine

📋 copy color: '#1B13AF'

red 27 ◦ green 19 ◦ blue 175

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

Shades of Ultramarine #1B13AF

Tints of Ultramarine #1B13AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 79.19%

R = 12.22%
G = 8.6%
B = 79.19%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1B13AF (or 0x1B13AF) is known color: Ultramarine. HEX triplet: 1B, 13 and AF. RGB value is (27,19,175). Sum of RGB (Red+Green+Blue) = 27+19+175=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 175 (68.75% from 255 or 79.19% from 221); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B13AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B13AF is #E4EC50. Grayscale: #262626. Windows color (decimal): -15002705 or 11473691. OLE color: 11473691.

HSL color Cylindrical-coordinate representation of color #1B13AF: hue angle of 243.08º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B13AF is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 27 19 175 -
CMYK 0.85 0.89 0 0.31
HSL 243.08º 0.8% 0.38% -
HSV(B) 243.08º 0.89% 0.69% -
XYZ 8.42 3.79 40.85 -
YUV 39.18 204.65 119.32 -
System Red Green Blue C M Y K H S L
Decimal 27 19 175 0.85 0.89 0 0.31 243.08 0.8 0.38
Hex 1B 13 AF 55 59 0 1F F3 50 26
Octal 33 23 257 125 131 0 37 363 120 46
Binary 11011 10011 10101111 1010101 1011001 0 11111 11110011 1010000 100110

Color Harmonies of #1B13AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B13AF

Black with #1B13AF

Text Example


Text Example

White with #1B13AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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