Html Css Color HEX #0C6085 Allports

📋 copy color: '#0C6085'

red 12 ◦ green 96 ◦ blue 133

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

Shades of Allports #0C6085

Tints of Allports #0C6085

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.83%

 BLUE value IS 133 (52.34% from 255) = 55.19%

R = 4.98%
G = 39.83%
B = 55.19%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#0C6085 (or 0x0C6085) is known color: Allports. HEX triplet: 0C, 60 and 85. RGB value is (12,96,133). Sum of RGB (Red+Green+Blue) = 12+96+133=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #0C6085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6085 is #F39F7A. Grayscale: #4A4A4A. Windows color (decimal): -15966075 or 8740876. OLE color: 8740876.

HSL color Cylindrical-coordinate representation of color #0C6085: hue angle of 198.35º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C6085 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 12 96 133 -
CMYK 0.91 0.28 0 0.48
HSL 198.35º 0.83% 0.28% -
HSV(B) 198.35º 0.91% 0.52% -
XYZ 8.57 10.14 23.7 -
YUV 75.1 160.67 82.99 -
System Red Green Blue C M Y K H S L
Decimal 12 96 133 0.91 0.28 0 0.48 198.35 0.83 0.28
Hex C 60 85 5B 1C 0 30 C6 53 1C
Octal 14 140 205 133 34 0 60 306 123 34
Binary 1100 1100000 10000101 1011011 11100 0 110000 11000110 1010011 11100

Color Harmonies of #0C6085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6085

Black with #0C6085

Text Example


Text Example

White with #0C6085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,96,133); }

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

background-color css

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

 a { background-color: rgb(12,96,133); }

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

border-color css

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

 span { border-color: rgb(12,96,133); }

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