Html Css Color HEX #0C0390 Ultramarine

📋 copy color: '#0C0390'

red 12 ◦ green 3 ◦ blue 144

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

Shades of Ultramarine #0C0390

Tints of Ultramarine #0C0390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 90.57%

R = 7.55%
G = 1.89%
B = 90.57%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0C0390 (or 0x0C0390) is known color: Ultramarine. HEX triplet: 0C, 03 and 90. RGB value is (12,3,144). Sum of RGB (Red+Green+Blue) = 12+3+144=159 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.55% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 144 (56.64% from 255 or 90.57% from 159); Max value from RGB is 144 - color contains mainly: blue. Hex color #0C0390 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0390 is #F3FC6F. Grayscale: #151515. Windows color (decimal): -15989872 or 9437964. OLE color: 9437964.

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

Color convert

RGB 12 3 144 -
CMYK 0.92 0.98 0 0.44
HSL 243.83º 0.96% 0.29% -
HSV(B) 243.83º 0.98% 0.56% -
XYZ 5.22 2.16 26.53 -
YUV 21.77 196.98 121.04 -
System Red Green Blue C M Y K H S L
Decimal 12 3 144 0.92 0.98 0 0.44 243.83 0.96 0.29
Hex C 3 90 5C 62 0 2C F4 60 1D
Octal 14 3 220 134 142 0 54 364 140 35
Binary 1100 11 10010000 1011100 1100010 0 101100 11110100 1100000 11101

Color Harmonies of #0C0390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0390

Black with #0C0390

Text Example


Text Example

White with #0C0390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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