Html Css Color HEX #0C6089 Allports

📋 copy color: '#0C6089'

red 12 ◦ green 96 ◦ blue 137

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

Shades of Allports #0C6089

Tints of Allports #0C6089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 55.92%

R = 4.9%
G = 39.18%
B = 55.92%

CMYK

 C value IS 0.91

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#0C6089 (or 0x0C6089) is known color: Allports. HEX triplet: 0C, 60 and 89. RGB value is (12,96,137). Sum of RGB (Red+Green+Blue) = 12+96+137=245 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.90% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #0C6089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6089 is #F39F76. Grayscale: #4B4B4B. Windows color (decimal): -15966071 or 9003020. OLE color: 9003020.

HSL color Cylindrical-coordinate representation of color #0C6089: hue angle of 199.68º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C6089 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 12 96 137 -
CMYK 0.91 0.30 0 0.46
HSL 199.68º 0.84% 0.29% -
HSV(B) 199.68º 0.91% 0.54% -
XYZ 8.85 10.25 25.18 -
YUV 75.56 162.67 82.67 -
System Red Green Blue C M Y K H S L
Decimal 12 96 137 0.91 0.30 0 0.46 199.68 0.84 0.29
Hex C 60 89 5B 1E 0 2E C8 54 1D
Octal 14 140 211 133 36 0 56 310 124 35
Binary 1100 1100000 10001001 1011011 11110 0 101110 11001000 1010100 11101

Color Harmonies of #0C6089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6089

Black with #0C6089

Text Example


Text Example

White with #0C6089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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