Html Css Color HEX #1C0BAE Ultramarine

📋 copy color: '#1C0BAE'

red 28 ◦ green 11 ◦ blue 174

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

Shades of Ultramarine #1C0BAE

Tints of Ultramarine #1C0BAE

RGB

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

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

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

R = 13.15%
G = 5.16%
B = 81.69%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C0BAE (or 0x1C0BAE) is known color: Ultramarine. HEX triplet: 1C, 0B and AE. RGB value is (28,11,174). Sum of RGB (Red+Green+Blue) = 28+11+174=213 (28% of max value = 765). Red value is 28 (11.33% from 255 or 13.15% from 213); Green value is 11 (4.69% from 255 or 5.16% from 213); Blue value is 174 (68.36% from 255 or 81.69% from 213); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C0BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0BAE is #E3F451. Grayscale: #222222. Windows color (decimal): -14939218 or 11406108. OLE color: 11406108.

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

Color convert

RGB 28 11 174 -
CMYK 0.84 0.94 0 0.32
HSL 246.26º 0.88% 0.36% -
HSV(B) 246.26º 0.94% 0.68% -
XYZ 8.24 3.54 40.29 -
YUV 34.67 206.63 123.25 -
System Red Green Blue C M Y K H S L
Decimal 28 11 174 0.84 0.94 0 0.32 246.26 0.88 0.36
Hex 1C B AE 54 5E 0 20 F6 58 24
Octal 34 13 256 124 136 0 40 366 130 44
Binary 11100 1011 10101110 1010100 1011110 0 100000 11110110 1011000 100100

Color Harmonies of #1C0BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0BAE

Black with #1C0BAE

Text Example


Text Example

White with #1C0BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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