Html Css Color HEX #1C0BAA Ultramarine

📋 copy color: '#1C0BAA'

red 28 ◦ green 11 ◦ blue 170

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

Shades of Ultramarine #1C0BAA

Tints of Ultramarine #1C0BAA

RGB

 RED value IS 28 (11.33% from 255) = 13.4%

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

 BLUE value IS 170 (66.8% from 255) = 81.34%

R = 13.4%
G = 5.26%
B = 81.34%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C0BAA (or 0x1C0BAA) is known color: Ultramarine. HEX triplet: 1C, 0B and AA. RGB value is (28,11,170). Sum of RGB (Red+Green+Blue) = 28+11+170=209 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.40% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 170 (66.80% from 255 or 81.34% from 209); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C0BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0BAA is #E3F455. Grayscale: #212121. Windows color (decimal): -14939222 or 11143964. OLE color: 11143964.

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

Color convert

RGB 28 11 170 -
CMYK 0.84 0.94 0 0.33
HSL 246.42º 0.88% 0.35% -
HSV(B) 246.42º 0.94% 0.67% -
XYZ 7.85 3.39 38.27 -
YUV 34.21 204.63 123.57 -
System Red Green Blue C M Y K H S L
Decimal 28 11 170 0.84 0.94 0 0.33 246.42 0.88 0.35
Hex 1C B AA 54 5E 0 21 F6 58 23
Octal 34 13 252 124 136 0 41 366 130 43
Binary 11100 1011 10101010 1010100 1011110 0 100001 11110110 1011000 100011

Color Harmonies of #1C0BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0BAA

Black with #1C0BAA

Text Example


Text Example

White with #1C0BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,11,170); }

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

background-color css

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

 a { background-color: rgb(28,11,170); }

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

border-color css

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

 span { border-color: rgb(28,11,170); }

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