Html Css Color HEX #0C6292 Allports

📋 copy color: '#0C6292'

red 12 ◦ green 98 ◦ blue 146

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

Shades of Allports #0C6292

Tints of Allports #0C6292

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.28%

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

R = 4.69%
G = 38.28%
B = 57.03%

CMYK

 C value IS 0.92

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0C6292 (or 0x0C6292) is known color: Allports. HEX triplet: 0C, 62 and 92. RGB value is (12,98,146). Sum of RGB (Red+Green+Blue) = 12+98+146=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #0C6292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6292 is #F39D6D. Grayscale: #4D4D4D. Windows color (decimal): -15965550 or 9593356. OLE color: 9593356.

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

Color convert

RGB 12 98 146 -
CMYK 0.92 0.33 0 0.43
HSL 201.49º 0.85% 0.31% -
HSV(B) 201.49º 0.92% 0.57% -
XYZ 9.71 10.89 28.78 -
YUV 77.76 166.51 81.1 -
System Red Green Blue C M Y K H S L
Decimal 12 98 146 0.92 0.33 0 0.43 201.49 0.85 0.31
Hex C 62 92 5C 21 0 2B C9 55 1F
Octal 14 142 222 134 41 0 53 311 125 37
Binary 1100 1100010 10010010 1011100 100001 0 101011 11001001 1010101 11111

Color Harmonies of #0C6292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6292

Black with #0C6292

Text Example


Text Example

White with #0C6292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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