Html Css Color HEX #0C3081 Smalt

📋 copy color: '#0C3081'

red 12 ◦ green 48 ◦ blue 129

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

Shades of Smalt #0C3081

Tints of Smalt #0C3081

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.4%

 BLUE value IS 129 (50.78% from 255) = 68.25%

R = 6.35%
G = 25.4%
B = 68.25%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#0C3081 (or 0x0C3081) is known color: Smalt. HEX triplet: 0C, 30 and 81. RGB value is (12,48,129). Sum of RGB (Red+Green+Blue) = 12+48+129=189 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.35% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 129 (50.78% from 255 or 68.25% from 189); Max value from RGB is 129 - color contains mainly: blue. Hex color #0C3081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C3081 is #F3CF7E. Grayscale: #2E2E2E. Windows color (decimal): -15978367 or 8466444. OLE color: 8466444.

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

Color convert

RGB 12 48 129 -
CMYK 0.91 0.63 0 0.49
HSL 221.54º 0.83% 0.28% -
HSV(B) 221.54º 0.91% 0.51% -
XYZ 5.17 3.78 21.23 -
YUV 46.47 174.57 103.41 -
System Red Green Blue C M Y K H S L
Decimal 12 48 129 0.91 0.63 0 0.49 221.54 0.83 0.28
Hex C 30 81 5B 3F 0 31 DE 53 1C
Octal 14 60 201 133 77 0 61 336 123 34
Binary 1100 110000 10000001 1011011 111111 0 110001 11011110 1010011 11100

Color Harmonies of #0C3081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C3081

Black with #0C3081

Text Example


Text Example

White with #0C3081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,48,129); }

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

background-color css

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

 a { background-color: rgb(12,48,129); }

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

border-color css

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

 span { border-color: rgb(12,48,129); }

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