Html Css Color HEX #0C6393 Allports

📋 copy color: '#0C6393'

red 12 ◦ green 99 ◦ blue 147

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

Shades of Allports #0C6393

Tints of Allports #0C6393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 56.98%

R = 4.65%
G = 38.37%
B = 56.98%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0C6393 (or 0x0C6393) is known color: Allports. HEX triplet: 0C, 63 and 93. RGB value is (12,99,147). Sum of RGB (Red+Green+Blue) = 12+99+147=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #0C6393 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6393 is #F39C6C. Grayscale: #4E4E4E. Windows color (decimal): -15965293 or 9659148. OLE color: 9659148.

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

Color convert

RGB 12 99 147 -
CMYK 0.92 0.33 0 0.42
HSL 201.33º 0.85% 0.31% -
HSV(B) 201.33º 0.92% 0.58% -
XYZ 9.88 11.11 29.23 -
YUV 78.46 166.68 80.6 -
System Red Green Blue C M Y K H S L
Decimal 12 99 147 0.92 0.33 0 0.42 201.33 0.85 0.31
Hex C 63 93 5C 21 0 2A C9 55 1F
Octal 14 143 223 134 41 0 52 311 125 37
Binary 1100 1100011 10010011 1011100 100001 0 101010 11001001 1010101 11111

Color Harmonies of #0C6393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6393

Black with #0C6393

Text Example


Text Example

White with #0C6393

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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