Html Css Color HEX #0C0397 Ultramarine

📋 copy color: '#0C0397'

red 12 ◦ green 3 ◦ blue 151

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

Shades of Ultramarine #0C0397

Tints of Ultramarine #0C0397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 90.96%

R = 7.23%
G = 1.81%
B = 90.96%

CMYK

 C value IS 0.92

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#0C0397 (or 0x0C0397) is known color: Ultramarine. HEX triplet: 0C, 03 and 97. RGB value is (12,3,151). Sum of RGB (Red+Green+Blue) = 12+3+151=166 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.23% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 151 (59.38% from 255 or 90.96% from 166); Max value from RGB is 151 - color contains mainly: blue. Hex color #0C0397 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0397 is #F3FC68. Grayscale: #151515. Windows color (decimal): -15989865 or 9896716. OLE color: 9896716.

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

Color convert

RGB 12 3 151 -
CMYK 0.92 0.98 0 0.41
HSL 243.65º 0.96% 0.3% -
HSV(B) 243.65º 0.98% 0.59% -
XYZ 5.77 2.38 29.43 -
YUV 22.56 200.48 120.47 -
System Red Green Blue C M Y K H S L
Decimal 12 3 151 0.92 0.98 0 0.41 243.65 0.96 0.3
Hex C 3 97 5C 62 0 29 F4 60 1E
Octal 14 3 227 134 142 0 51 364 140 36
Binary 1100 11 10010111 1011100 1100010 0 101001 11110100 1100000 11110

Color Harmonies of #0C0397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0397

Black with #0C0397

Text Example


Text Example

White with #0C0397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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