Html Css Color HEX #0C0285 Ultramarine

📋 copy color: '#0C0285'

red 12 ◦ green 2 ◦ blue 133

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

Shades of Ultramarine #0C0285

Tints of Ultramarine #0C0285

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.36%

 BLUE value IS 133 (52.34% from 255) = 90.48%

R = 8.16%
G = 1.36%
B = 90.48%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0C0285 (or 0x0C0285) is known color: Ultramarine. HEX triplet: 0C, 02 and 85. RGB value is (12,2,133). Sum of RGB (Red+Green+Blue) = 12+2+133=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 133 (52.34% from 255 or 90.48% from 147); Max value from RGB is 133 - color contains mainly: blue. Hex color #0C0285 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0285 is #F3FD7A. Grayscale: #131313. Windows color (decimal): -15990139 or 8716812. OLE color: 8716812.

HSL color Cylindrical-coordinate representation of color #0C0285: hue angle of 244.58º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0C0285 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 12 2 133 -
CMYK 0.91 0.98 0 0.48
HSL 244.58º 0.97% 0.26% -
HSV(B) 244.58º 0.98% 0.52% -
XYZ 4.41 1.82 22.31 -
YUV 19.92 191.81 122.35 -
System Red Green Blue C M Y K H S L
Decimal 12 2 133 0.91 0.98 0 0.48 244.58 0.97 0.26
Hex C 2 85 5B 62 0 30 F5 61 1A
Octal 14 2 205 133 142 0 60 365 141 32
Binary 1100 10 10000101 1011011 1100010 0 110000 11110101 1100001 11010

Color Harmonies of #0C0285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0285

Black with #0C0285

Text Example


Text Example

White with #0C0285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,2,133); }

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

background-color css

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

 a { background-color: rgb(12,2,133); }

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

border-color css

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

 span { border-color: rgb(12,2,133); }

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