Html Css Color HEX #1B06A0 Ultramarine

📋 copy color: '#1B06A0'

red 27 ◦ green 6 ◦ blue 160

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

Shades of Ultramarine #1B06A0

Tints of Ultramarine #1B06A0

RGB

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

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

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

R = 13.99%
G = 3.11%
B = 82.9%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1B06A0 (or 0x1B06A0) is known color: Ultramarine. HEX triplet: 1B, 06 and A0. RGB value is (27,6,160). Sum of RGB (Red+Green+Blue) = 27+6+160=193 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.99% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 160 (62.89% from 255 or 82.90% from 193); Max value from RGB is 160 - color contains mainly: blue. Hex color #1B06A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B06A0 is #E4F95F. Grayscale: #1D1D1D. Windows color (decimal): -15006048 or 10487323. OLE color: 10487323.

HSL color Cylindrical-coordinate representation of color #1B06A0: hue angle of 248.18º 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 #1B06A0 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 27 6 160 -
CMYK 0.83 0.96 0 0.37
HSL 248.18º 0.93% 0.33% -
HSV(B) 248.18º 0.96% 0.63% -
XYZ 6.86 2.9 33.46 -
YUV 29.84 201.46 125.98 -
System Red Green Blue C M Y K H S L
Decimal 27 6 160 0.83 0.96 0 0.37 248.18 0.93 0.33
Hex 1B 6 A0 53 60 0 25 F8 5D 21
Octal 33 6 240 123 140 0 45 370 135 41
Binary 11011 110 10100000 1010011 1100000 0 100101 11111000 1011101 100001

Color Harmonies of #1B06A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B06A0

Black with #1B06A0

Text Example


Text Example

White with #1B06A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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