Html Css Color HEX #0C0393 Ultramarine

📋 copy color: '#0C0393'

red 12 ◦ green 3 ◦ blue 147

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

Shades of Ultramarine #0C0393

Tints of Ultramarine #0C0393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.85%

 BLUE value IS 147 (57.81% from 255) = 90.74%

R = 7.41%
G = 1.85%
B = 90.74%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0C0393 (or 0x0C0393) is known color: Ultramarine. HEX triplet: 0C, 03 and 93. RGB value is (12,3,147). Sum of RGB (Red+Green+Blue) = 12+3+147=162 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.41% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 147 (57.81% from 255 or 90.74% from 162); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C0393 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0393 is #F3FC6C. Grayscale: #151515. Windows color (decimal): -15989869 or 9634572. OLE color: 9634572.

HSL color Cylindrical-coordinate representation of color #0C0393: hue angle of 243.75º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C0393 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 3 147 -
CMYK 0.92 0.98 0 0.42
HSL 243.75º 0.96% 0.29% -
HSV(B) 243.75º 0.98% 0.58% -
XYZ 5.45 2.25 27.75 -
YUV 22.11 198.48 120.79 -
System Red Green Blue C M Y K H S L
Decimal 12 3 147 0.92 0.98 0 0.42 243.75 0.96 0.29
Hex C 3 93 5C 62 0 2A F4 60 1D
Octal 14 3 223 134 142 0 52 364 140 35
Binary 1100 11 10010011 1011100 1100010 0 101010 11110100 1100000 11101

Color Harmonies of #0C0393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0393

Black with #0C0393

Text Example


Text Example

White with #0C0393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,3,147); }

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

background-color css

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

 a { background-color: rgb(12,3,147); }

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

border-color css

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

 span { border-color: rgb(12,3,147); }

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