Html Css Color HEX #1B0DAE Ultramarine

📋 copy color: '#1B0DAE'

red 27 ◦ green 13 ◦ blue 174

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

Shades of Ultramarine #1B0DAE

Tints of Ultramarine #1B0DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.07%

 BLUE value IS 174 (68.36% from 255) = 81.31%

R = 12.62%
G = 6.07%
B = 81.31%

CMYK

 C value IS 0.84

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1B0DAE (or 0x1B0DAE) is known color: Ultramarine. HEX triplet: 1B, 0D and AE. RGB value is (27,13,174). Sum of RGB (Red+Green+Blue) = 27+13+174=214 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.62% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 174 (68.36% from 255 or 81.31% from 214); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B0DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0DAE is #E4F251. Grayscale: #222222. Windows color (decimal): -15004242 or 11406619. OLE color: 11406619.

HSL color Cylindrical-coordinate representation of color #1B0DAE: hue angle of 245.22º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B0DAE is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 27 13 174 -
CMYK 0.84 0.93 0 0.32
HSL 245.22º 0.86% 0.37% -
HSV(B) 245.22º 0.93% 0.68% -
XYZ 8.24 3.58 40.3 -
YUV 35.54 206.14 121.91 -
System Red Green Blue C M Y K H S L
Decimal 27 13 174 0.84 0.93 0 0.32 245.22 0.86 0.37
Hex 1B D AE 54 5D 0 20 F5 56 25
Octal 33 15 256 124 135 0 40 365 126 45
Binary 11011 1101 10101110 1010100 1011101 0 100000 11110101 1010110 100101

Color Harmonies of #1B0DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0DAE

Black with #1B0DAE

Text Example


Text Example

White with #1B0DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,13,174); }

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

background-color css

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

 a { background-color: rgb(27,13,174); }

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

border-color css

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

 span { border-color: rgb(27,13,174); }

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