Html Css Color HEX #0C0091 Ultramarine

📋 copy color: '#0C0091'

red 12 ◦ green 0 ◦ blue 145

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

Shades of Ultramarine #0C0091

Tints of Ultramarine #0C0091

RGB

 RED value IS 12 (5.08% from 255) = 7.64%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 92.36%

R = 7.64%
G = 0%
B = 92.36%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0C0091 (or 0x0C0091) is known color: Ultramarine. HEX triplet: 0C, 00 and 91. RGB value is (12,0,145). Sum of RGB (Red+Green+Blue) = 12+0+145=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 145 (57.03% from 255 or 92.36% from 157); Max value from RGB is 145 - color contains mainly: blue. Hex color #0C0091 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0091 is #F3FF6E. Grayscale: #131313. Windows color (decimal): -15990639 or 9502732. OLE color: 9502732.

HSL color Cylindrical-coordinate representation of color #0C0091: hue angle of 244.97º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0091 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 12 0 145 -
CMYK 0.92 1 0 0.43
HSL 244.97º 1% 0.28% -
HSV(B) 244.97º 1% 0.57% -
XYZ 5.26 2.12 26.92 -
YUV 20.12 198.48 122.21 -
System Red Green Blue C M Y K H S L
Decimal 12 0 145 0.92 1 0 0.43 244.97 1 0.28
Hex C 0 91 5C 64 0 2B F5 64 1C
Octal 14 0 221 134 144 0 53 365 144 34
Binary 1100 0 10010001 1011100 1100100 0 101011 11110101 1100100 11100

Color Harmonies of #0C0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0091

Black with #0C0091

Text Example


Text Example

White with #0C0091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C0091; }

 p { color: rgb(12,0,145); }

 H1.HeaderClassName
 {
   color: #0C0091;
 }
 .AnyTagClassName
 {
   color: #0C0091;
 }
</style>

background-color css

<style>
 a { background-color: #0C0091; }

 a { background-color: rgb(12,0,145); }

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

border-color css

<style>
 span { border-color: #0C0091; }

 span { border-color: rgb(12,0,145); }

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