Html Css Color HEX #0C1693 Ultramarine

📋 copy color: '#0C1693'

red 12 ◦ green 22 ◦ blue 147

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

Shades of Ultramarine #0C1693

Tints of Ultramarine #0C1693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.15%

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

R = 6.63%
G = 12.15%
B = 81.22%

CMYK

 C value IS 0.92

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0C1693 (or 0x0C1693) is known color: Ultramarine. HEX triplet: 0C, 16 and 93. RGB value is (12,22,147). Sum of RGB (Red+Green+Blue) = 12+22+147=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 22 (8.98% from 255 or 12.15% from 181); Blue value is 147 (57.81% from 255 or 81.22% from 181); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C1693 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1693 is #F3E96C. Grayscale: #202020. Windows color (decimal): -15985005 or 9639436. OLE color: 9639436.

HSL color Cylindrical-coordinate representation of color #0C1693: hue angle of 235.56º 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 #0C1693 is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 12 22 147 -
CMYK 0.92 0.85 0 0.42
HSL 235.56º 0.85% 0.31% -
HSV(B) 235.56º 0.92% 0.58% -
XYZ 5.7 2.76 27.84 -
YUV 33.26 192.19 112.84 -
System Red Green Blue C M Y K H S L
Decimal 12 22 147 0.92 0.85 0 0.42 235.56 0.85 0.31
Hex C 16 93 5C 55 0 2A EC 55 1F
Octal 14 26 223 134 125 0 52 354 125 37
Binary 1100 10110 10010011 1011100 1010101 0 101010 11101100 1010101 11111

Color Harmonies of #0C1693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1693

Black with #0C1693

Text Example


Text Example

White with #0C1693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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