Html Css Color HEX #0C1793 Ultramarine

📋 copy color: '#0C1793'

red 12 ◦ green 23 ◦ blue 147

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

Shades of Ultramarine #0C1793

Tints of Ultramarine #0C1793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.64%

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

R = 6.59%
G = 12.64%
B = 80.77%

CMYK

 C value IS 0.92

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0C1793 (or 0x0C1793) is known color: Ultramarine. HEX triplet: 0C, 17 and 93. RGB value is (12,23,147). Sum of RGB (Red+Green+Blue) = 12+23+147=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 147 (57.81% from 255 or 80.77% from 182); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C1793 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1793 is #F3E86C. Grayscale: #212121. Windows color (decimal): -15984749 or 9639692. OLE color: 9639692.

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

Color convert

RGB 12 23 147 -
CMYK 0.92 0.84 0 0.42
HSL 235.11º 0.85% 0.31% -
HSV(B) 235.11º 0.92% 0.58% -
XYZ 5.72 2.8 27.84 -
YUV 33.85 191.86 112.42 -
System Red Green Blue C M Y K H S L
Decimal 12 23 147 0.92 0.84 0 0.42 235.11 0.85 0.31
Hex C 17 93 5C 54 0 2A EB 55 1F
Octal 14 27 223 134 124 0 52 353 125 37
Binary 1100 10111 10010011 1011100 1010100 0 101010 11101011 1010101 11111

Color Harmonies of #0C1793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1793

Black with #0C1793

Text Example


Text Example

White with #0C1793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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