Html Css Color HEX #0C6392 Allports

📋 copy color: '#0C6392'

red 12 ◦ green 99 ◦ blue 146

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

Shades of Allports #0C6392

Tints of Allports #0C6392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.52%

 BLUE value IS 146 (57.42% from 255) = 56.81%

R = 4.67%
G = 38.52%
B = 56.81%

CMYK

 C value IS 0.92

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0C6392 (or 0x0C6392) is known color: Allports. HEX triplet: 0C, 63 and 92. RGB value is (12,99,146). Sum of RGB (Red+Green+Blue) = 12+99+146=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 99 (39.06% from 255 or 38.52% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #0C6392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6392 is #F39C6D. Grayscale: #4E4E4E. Windows color (decimal): -15965294 or 9593612. OLE color: 9593612.

HSL color Cylindrical-coordinate representation of color #0C6392: hue angle of 201.04º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C6392 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 12 99 146 -
CMYK 0.92 0.32 0 0.43
HSL 201.04º 0.85% 0.31% -
HSV(B) 201.04º 0.92% 0.57% -
XYZ 9.8 11.08 28.82 -
YUV 78.35 166.18 80.68 -
System Red Green Blue C M Y K H S L
Decimal 12 99 146 0.92 0.32 0 0.43 201.04 0.85 0.31
Hex C 63 92 5C 20 0 2B C9 55 1F
Octal 14 143 222 134 40 0 53 311 125 37
Binary 1100 1100011 10010010 1011100 100000 0 101011 11001001 1010101 11111

Color Harmonies of #0C6392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6392

Black with #0C6392

Text Example


Text Example

White with #0C6392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,99,146); }

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

background-color css

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

 a { background-color: rgb(12,99,146); }

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

border-color css

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

 span { border-color: rgb(12,99,146); }

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