Html Css Color HEX #1B08A5 Ultramarine

📋 copy color: '#1B08A5'

red 27 ◦ green 8 ◦ blue 165

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

Shades of Ultramarine #1B08A5

Tints of Ultramarine #1B08A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 82.5%

R = 13.5%
G = 4%
B = 82.5%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1B08A5 (or 0x1B08A5) is known color: Ultramarine. HEX triplet: 1B, 08 and A5. RGB value is (27,8,165). Sum of RGB (Red+Green+Blue) = 27+8+165=200 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 165 (64.84% from 255 or 82.5% from 200); Max value from RGB is 165 - color contains mainly: blue. Hex color #1B08A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B08A5 is #E4F75A. Grayscale: #1E1E1E. Windows color (decimal): -15005531 or 10815515. OLE color: 10815515.

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

Color convert

RGB 27 8 165 -
CMYK 0.84 0.95 0 0.35
HSL 247.26º 0.91% 0.34% -
HSV(B) 247.26º 0.95% 0.65% -
XYZ 7.33 3.12 35.81 -
YUV 31.58 203.29 124.73 -
System Red Green Blue C M Y K H S L
Decimal 27 8 165 0.84 0.95 0 0.35 247.26 0.91 0.34
Hex 1B 8 A5 54 5F 0 23 F7 5B 22
Octal 33 10 245 124 137 0 43 367 133 42
Binary 11011 1000 10100101 1010100 1011111 0 100011 11110111 1011011 100010

Color Harmonies of #1B08A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B08A5

Black with #1B08A5

Text Example


Text Example

White with #1B08A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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