Html Css Color HEX #0C138C Ultramarine

📋 copy color: '#0C138C'

red 12 ◦ green 19 ◦ blue 140

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

Shades of Ultramarine #0C138C

Tints of Ultramarine #0C138C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.11%

 BLUE value IS 140 (55.08% from 255) = 81.87%

R = 7.02%
G = 11.11%
B = 81.87%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0C138C (or 0x0C138C) is known color: Ultramarine. HEX triplet: 0C, 13 and 8C. RGB value is (12,19,140). Sum of RGB (Red+Green+Blue) = 12+19+140=171 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.02% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 140 (55.08% from 255 or 81.87% from 171); Max value from RGB is 140 - color contains mainly: blue. Hex color #0C138C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C138C is #F3EC73. Grayscale: #1E1E1E. Windows color (decimal): -15985780 or 9179916. OLE color: 9179916.

HSL color Cylindrical-coordinate representation of color #0C138C: hue angle of 236.72º 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 #0C138C is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 12 19 140 -
CMYK 0.91 0.86 0 0.45
HSL 236.72º 0.84% 0.3% -
HSV(B) 236.72º 0.91% 0.55% -
XYZ 5.12 2.44 25.01 -
YUV 30.7 189.68 114.66 -
System Red Green Blue C M Y K H S L
Decimal 12 19 140 0.91 0.86 0 0.45 236.72 0.84 0.3
Hex C 13 8C 5B 56 0 2D ED 54 1E
Octal 14 23 214 133 126 0 55 355 124 36
Binary 1100 10011 10001100 1011011 1010110 0 101101 11101101 1010100 11110

Color Harmonies of #0C138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C138C

Black with #0C138C

Text Example


Text Example

White with #0C138C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,19,140); }

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

background-color css

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

 a { background-color: rgb(12,19,140); }

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

border-color css

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

 span { border-color: rgb(12,19,140); }

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