Html Css Color HEX #0C0787 Ultramarine

📋 copy color: '#0C0787'

red 12 ◦ green 7 ◦ blue 135

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

Shades of Ultramarine #0C0787

Tints of Ultramarine #0C0787

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.55%

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

R = 7.79%
G = 4.55%
B = 87.66%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C0787 (or 0x0C0787) is known color: Ultramarine. HEX triplet: 0C, 07 and 87. RGB value is (12,7,135). Sum of RGB (Red+Green+Blue) = 12+7+135=154 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.79% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 135 (53.12% from 255 or 87.66% from 154); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C0787 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0787 is #F3F878. Grayscale: #161616. Windows color (decimal): -15988857 or 8849164. OLE color: 8849164.

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

Color convert

RGB 12 7 135 -
CMYK 0.91 0.95 0 0.47
HSL 242.34º 0.9% 0.28% -
HSV(B) 242.34º 0.95% 0.53% -
XYZ 4.6 1.98 23.06 -
YUV 23.09 191.16 120.09 -
System Red Green Blue C M Y K H S L
Decimal 12 7 135 0.91 0.95 0 0.47 242.34 0.9 0.28
Hex C 7 87 5B 5F 0 2F F2 5A 1C
Octal 14 7 207 133 137 0 57 362 132 34
Binary 1100 111 10000111 1011011 1011111 0 101111 11110010 1011010 11100

Color Harmonies of #0C0787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0787

Black with #0C0787

Text Example


Text Example

White with #0C0787

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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