Html Css Color HEX #1B05A6 Ultramarine

📋 copy color: '#1B05A6'

red 27 ◦ green 5 ◦ blue 166

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

Shades of Ultramarine #1B05A6

Tints of Ultramarine #1B05A6

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

 BLUE value IS 166 (65.23% from 255) = 83.84%

R = 13.64%
G = 2.53%
B = 83.84%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1B05A6 (or 0x1B05A6) is known color: Ultramarine. HEX triplet: 1B, 05 and A6. RGB value is (27,5,166). Sum of RGB (Red+Green+Blue) = 27+5+166=198 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.64% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 166 (65.23% from 255 or 83.84% from 198); Max value from RGB is 166 - color contains mainly: blue. Hex color #1B05A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B05A6 is #E4FA59. Grayscale: #1D1D1D. Windows color (decimal): -15006298 or 10880283. OLE color: 10880283.

HSL color Cylindrical-coordinate representation of color #1B05A6: hue angle of 248.2º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B05A6 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 27 5 166 -
CMYK 0.84 0.97 0 0.35
HSL 248.2º 0.94% 0.34% -
HSV(B) 248.2º 0.97% 0.65% -
XYZ 7.39 3.09 36.28 -
YUV 29.93 204.79 125.91 -
System Red Green Blue C M Y K H S L
Decimal 27 5 166 0.84 0.97 0 0.35 248.2 0.94 0.34
Hex 1B 5 A6 54 61 0 23 F8 5E 22
Octal 33 5 246 124 141 0 43 370 136 42
Binary 11011 101 10100110 1010100 1100001 0 100011 11111000 1011110 100010

Color Harmonies of #1B05A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B05A6

Black with #1B05A6

Text Example


Text Example

White with #1B05A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,5,166); }

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

background-color css

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

 a { background-color: rgb(27,5,166); }

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

border-color css

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

 span { border-color: rgb(27,5,166); }

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