Html Css Color HEX #0C2985 Smalt

📋 copy color: '#0C2985'

red 12 ◦ green 41 ◦ blue 133

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

Shades of Smalt #0C2985

Tints of Smalt #0C2985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.04%

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

R = 6.45%
G = 22.04%
B = 71.51%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0C2985 (or 0x0C2985) is known color: Smalt. HEX triplet: 0C, 29 and 85. RGB value is (12,41,133). Sum of RGB (Red+Green+Blue) = 12+41+133=186 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.45% from 186); Green value is 41 (16.41% from 255 or 22.04% from 186); Blue value is 133 (52.34% from 255 or 71.51% from 186); Max value from RGB is 133 - color contains mainly: blue. Hex color #0C2985 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C2985 is #F3D67A. Grayscale: #2A2A2A. Windows color (decimal): -15980155 or 8726796. OLE color: 8726796.

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

Color convert

RGB 12 41 133 -
CMYK 0.91 0.69 0 0.48
HSL 225.62º 0.83% 0.28% -
HSV(B) 225.62º 0.91% 0.52% -
XYZ 5.18 3.36 22.57 -
YUV 42.82 178.89 106.02 -
System Red Green Blue C M Y K H S L
Decimal 12 41 133 0.91 0.69 0 0.48 225.62 0.83 0.28
Hex C 29 85 5B 45 0 30 E2 53 1C
Octal 14 51 205 133 105 0 60 342 123 34
Binary 1100 101001 10000101 1011011 1000101 0 110000 11100010 1010011 11100

Color Harmonies of #0C2985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C2985

Black with #0C2985

Text Example


Text Example

White with #0C2985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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