Html Css Color HEX #0C158D Ultramarine

📋 copy color: '#0C158D'

red 12 ◦ green 21 ◦ blue 141

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

Shades of Ultramarine #0C158D

Tints of Ultramarine #0C158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

 BLUE value IS 141 (55.47% from 255) = 81.03%

R = 6.9%
G = 12.07%
B = 81.03%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C158D (or 0x0C158D) is known color: Ultramarine. HEX triplet: 0C, 15 and 8D. RGB value is (12,21,141). Sum of RGB (Red+Green+Blue) = 12+21+141=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 141 (55.47% from 255 or 81.03% from 174); Max value from RGB is 141 - color contains mainly: blue. Hex color #0C158D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C158D is #F3EA72. Grayscale: #1F1F1F. Windows color (decimal): -15985267 or 9245964. OLE color: 9245964.

HSL color Cylindrical-coordinate representation of color #0C158D: hue angle of 235.81º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C158D is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 21 141 -
CMYK 0.91 0.85 0 0.45
HSL 235.81º 0.84% 0.3% -
HSV(B) 235.81º 0.91% 0.55% -
XYZ 5.23 2.54 25.41 -
YUV 31.99 189.52 113.74 -
System Red Green Blue C M Y K H S L
Decimal 12 21 141 0.91 0.85 0 0.45 235.81 0.84 0.3
Hex C 15 8D 5B 55 0 2D EC 54 1E
Octal 14 25 215 133 125 0 55 354 124 36
Binary 1100 10101 10001101 1011011 1010101 0 101101 11101100 1010100 11110

Color Harmonies of #0C158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C158D

Black with #0C158D

Text Example


Text Example

White with #0C158D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,21,141); }

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

background-color css

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

 a { background-color: rgb(12,21,141); }

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

border-color css

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

 span { border-color: rgb(12,21,141); }

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