Html Css Color HEX #0C1087 Ultramarine

📋 copy color: '#0C1087'

red 12 ◦ green 16 ◦ blue 135

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

Shades of Ultramarine #0C1087

Tints of Ultramarine #0C1087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.82%

 BLUE value IS 135 (53.13% from 255) = 82.82%

R = 7.36%
G = 9.82%
B = 82.82%

CMYK

 C value IS 0.91

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C1087 (or 0x0C1087) is known color: Ultramarine. HEX triplet: 0C, 10 and 87. RGB value is (12,16,135). Sum of RGB (Red+Green+Blue) = 12+16+135=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 16 (6.64% from 255 or 9.82% from 163); Blue value is 135 (53.12% from 255 or 82.82% from 163); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C1087 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1087 is #F3EF78. Grayscale: #1B1B1B. Windows color (decimal): -15986553 or 8851468. OLE color: 8851468.

HSL color Cylindrical-coordinate representation of color #0C1087: hue angle of 238.05º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C1087 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 12 16 135 -
CMYK 0.91 0.88 0 0.47
HSL 238.05º 0.84% 0.29% -
HSV(B) 238.05º 0.91% 0.53% -
XYZ 4.71 2.2 23.1 -
YUV 28.37 188.17 116.32 -
System Red Green Blue C M Y K H S L
Decimal 12 16 135 0.91 0.88 0 0.47 238.05 0.84 0.29
Hex C 10 87 5B 58 0 2F EE 54 1D
Octal 14 20 207 133 130 0 57 356 124 35
Binary 1100 10000 10000111 1011011 1011000 0 101111 11101110 1010100 11101

Color Harmonies of #0C1087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1087

Black with #0C1087

Text Example


Text Example

White with #0C1087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,16,135); }

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

background-color css

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

 a { background-color: rgb(12,16,135); }

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

border-color css

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

 span { border-color: rgb(12,16,135); }

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