Html Css Color HEX #0C0187 Ultramarine

📋 copy color: '#0C0187'

red 12 ◦ green 1 ◦ blue 135

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

Shades of Ultramarine #0C0187

Tints of Ultramarine #0C0187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 8.11%
G = 0.68%
B = 91.22%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C0187 (or 0x0C0187) is known color: Ultramarine. HEX triplet: 0C, 01 and 87. RGB value is (12,1,135). Sum of RGB (Red+Green+Blue) = 12+1+135=148 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.11% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 135 (53.12% from 255 or 91.22% from 148); Max value from RGB is 135 - color contains mainly: blue. Hex color #0C0187 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0187 is #F3FE78. Grayscale: #131313. Windows color (decimal): -15990393 or 8847628. OLE color: 8847628.

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

Color convert

RGB 12 1 135 -
CMYK 0.91 0.99 0 0.47
HSL 244.93º 0.99% 0.27% -
HSV(B) 244.93º 0.99% 0.53% -
XYZ 4.54 1.85 23.04 -
YUV 19.57 193.14 122.6 -
System Red Green Blue C M Y K H S L
Decimal 12 1 135 0.91 0.99 0 0.47 244.93 0.99 0.27
Hex C 1 87 5B 63 0 2F F5 63 1B
Octal 14 1 207 133 143 0 57 365 143 33
Binary 1100 1 10000111 1011011 1100011 0 101111 11110101 1100011 11011

Color Harmonies of #0C0187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0187

Black with #0C0187

Text Example


Text Example

White with #0C0187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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