Html Css Color HEX #1B08A0 Ultramarine

📋 copy color: '#1B08A0'

red 27 ◦ green 8 ◦ blue 160

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

Shades of Ultramarine #1B08A0

Tints of Ultramarine #1B08A0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.1%

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

R = 13.85%
G = 4.1%
B = 82.05%

CMYK

 C value IS 0.83

 M value IS 0.95

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1B08A0 (or 0x1B08A0) is known color: Ultramarine. HEX triplet: 1B, 08 and A0. RGB value is (27,8,160). Sum of RGB (Red+Green+Blue) = 27+8+160=195 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.85% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 160 (62.89% from 255 or 82.05% from 195); Max value from RGB is 160 - color contains mainly: blue. Hex color #1B08A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B08A0 is #E4F75F. Grayscale: #1E1E1E. Windows color (decimal): -15005536 or 10487835. OLE color: 10487835.

HSL color Cylindrical-coordinate representation of color #1B08A0: hue angle of 247.5º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1B08A0 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 27 8 160 -
CMYK 0.83 0.95 0 0.37
HSL 247.5º 0.9% 0.33% -
HSV(B) 247.5º 0.95% 0.63% -
XYZ 6.88 2.94 33.46 -
YUV 31.01 200.79 125.14 -
System Red Green Blue C M Y K H S L
Decimal 27 8 160 0.83 0.95 0 0.37 247.5 0.9 0.33
Hex 1B 8 A0 53 5F 0 25 F8 5A 21
Octal 33 10 240 123 137 0 45 370 132 41
Binary 11011 1000 10100000 1010011 1011111 0 100101 11111000 1011010 100001

Color Harmonies of #1B08A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B08A0

Black with #1B08A0

Text Example


Text Example

White with #1B08A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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