Html Css Color HEX #0C349A Smalt

📋 copy color: '#0C349A'

red 12 ◦ green 52 ◦ blue 154

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

Shades of Smalt #0C349A

Tints of Smalt #0C349A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.85%

 BLUE value IS 154 (60.55% from 255) = 70.64%

R = 5.5%
G = 23.85%
B = 70.64%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0C349A (or 0x0C349A) is known color: Smalt. HEX triplet: 0C, 34 and 9A. RGB value is (12,52,154). Sum of RGB (Red+Green+Blue) = 12+52+154=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 154 (60.55% from 255 or 70.64% from 218); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C349A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C349A is #F3CB65. Grayscale: #333333. Windows color (decimal): -15977318 or 10105868. OLE color: 10105868.

HSL color Cylindrical-coordinate representation of color #0C349A: hue angle of 223.1º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C349A is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 12 52 154 -
CMYK 0.92 0.66 0 0.40
HSL 223.1º 0.86% 0.33% -
HSV(B) 223.1º 0.92% 0.6% -
XYZ 7.21 4.87 31.13 -
YUV 51.67 185.75 99.71 -
System Red Green Blue C M Y K H S L
Decimal 12 52 154 0.92 0.66 0 0.40 223.1 0.86 0.33
Hex C 34 9A 5C 42 0 28 DF 56 21
Octal 14 64 232 134 102 0 50 337 126 41
Binary 1100 110100 10011010 1011100 1000010 0 101000 11011111 1010110 100001

Color Harmonies of #0C349A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C349A

Black with #0C349A

Text Example


Text Example

White with #0C349A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,52,154); }

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

background-color css

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

 a { background-color: rgb(12,52,154); }

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

border-color css

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

 span { border-color: rgb(12,52,154); }

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