Html Css Color HEX #0C6492 Allports

📋 copy color: '#0C6492'

red 12 ◦ green 100 ◦ blue 146

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

Shades of Allports #0C6492

Tints of Allports #0C6492

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.76%

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

R = 4.65%
G = 38.76%
B = 56.59%

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

#0C6492 (or 0x0C6492) is known color: Allports. HEX triplet: 0C, 64 and 92. RGB value is (12,100,146). Sum of RGB (Red+Green+Blue) = 12+100+146=258 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.65% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #0C6492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6492 is #F39B6D. Grayscale: #4E4E4E. Windows color (decimal): -15965038 or 9593868. OLE color: 9593868.

HSL color Cylindrical-coordinate representation of color #0C6492: hue angle of 200.6º 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 #0C6492 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 12 100 146 -
CMYK 0.92 0.32 0 0.43
HSL 200.6º 0.85% 0.31% -
HSV(B) 200.6º 0.92% 0.57% -
XYZ 9.9 11.27 28.85 -
YUV 78.93 165.85 80.26 -
System Red Green Blue C M Y K H S L
Decimal 12 100 146 0.92 0.32 0 0.43 200.6 0.85 0.31
Hex C 64 92 5C 20 0 2B C9 55 1F
Octal 14 144 222 134 40 0 53 311 125 37
Binary 1100 1100100 10010010 1011100 100000 0 101011 11001001 1010101 11111

Color Harmonies of #0C6492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6492

Black with #0C6492

Text Example


Text Example

White with #0C6492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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