Html Css Color HEX #1D0BB1 Ultramarine

📋 copy color: '#1D0BB1'

red 29 ◦ green 11 ◦ blue 177

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

Shades of Ultramarine #1D0BB1

Tints of Ultramarine #1D0BB1

RGB

 RED value IS 29 (11.72% from 255) = 13.36%

 GREEN value IS 11 (4.69% from 255) = 5.07%

 BLUE value IS 177 (69.53% from 255) = 81.57%

R = 13.36%
G = 5.07%
B = 81.57%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1D0BB1 (or 0x1D0BB1) is known color: Ultramarine. HEX triplet: 1D, 0B and B1. RGB value is (29,11,177). Sum of RGB (Red+Green+Blue) = 29+11+177=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 177 (69.53% from 255 or 81.57% from 217); Max value from RGB is 177 - color contains mainly: blue. Hex color #1D0BB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1D0BB1 is #E2F44E. Grayscale: #222222. Windows color (decimal): -14873679 or 11602717. OLE color: 11602717.

HSL color Cylindrical-coordinate representation of color #1D0BB1: hue angle of 246.51º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0BB1 is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 11 177 -
CMYK 0.84 0.94 0 0.31
HSL 246.51º 0.88% 0.37% -
HSV(B) 246.51º 0.94% 0.69% -
XYZ 8.56 3.67 41.85 -
YUV 35.31 207.96 123.5 -
System Red Green Blue C M Y K H S L
Decimal 29 11 177 0.84 0.94 0 0.31 246.51 0.88 0.37
Hex 1D B B1 54 5E 0 1F F7 58 25
Octal 35 13 261 124 136 0 37 367 130 45
Binary 11101 1011 10110001 1010100 1011110 0 11111 11110111 1011000 100101

Color Harmonies of #1D0BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0BB1

Black with #1D0BB1

Text Example


Text Example

White with #1D0BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,11,177); }

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

background-color css

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

 a { background-color: rgb(29,11,177); }

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

border-color css

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

 span { border-color: rgb(29,11,177); }

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