Html Css Color HEX #1B12AF Ultramarine

📋 copy color: '#1B12AF'

red 27 ◦ green 18 ◦ blue 175

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

Shades of Ultramarine #1B12AF

Tints of Ultramarine #1B12AF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.18%

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

R = 12.27%
G = 8.18%
B = 79.55%

CMYK

 C value IS 0.85

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1B12AF (or 0x1B12AF) is known color: Ultramarine. HEX triplet: 1B, 12 and AF. RGB value is (27,18,175). Sum of RGB (Red+Green+Blue) = 27+18+175=220 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.27% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 175 (68.75% from 255 or 79.55% from 220); Max value from RGB is 175 - color contains mainly: blue. Hex color #1B12AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B12AF is #E4ED50. Grayscale: #252525. Windows color (decimal): -15002961 or 11473435. OLE color: 11473435.

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

Color convert

RGB 27 18 175 -
CMYK 0.85 0.90 0 0.31
HSL 243.44º 0.81% 0.38% -
HSV(B) 243.44º 0.9% 0.69% -
XYZ 8.41 3.76 40.84 -
YUV 38.59 204.98 119.73 -
System Red Green Blue C M Y K H S L
Decimal 27 18 175 0.85 0.90 0 0.31 243.44 0.81 0.38
Hex 1B 12 AF 55 5A 0 1F F3 51 26
Octal 33 22 257 125 132 0 37 363 121 46
Binary 11011 10010 10101111 1010101 1011010 0 11111 11110011 1010001 100110

Color Harmonies of #1B12AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B12AF

Black with #1B12AF

Text Example


Text Example

White with #1B12AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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