Html Css Color HEX #0C6790 Allports

📋 copy color: '#0C6790'

red 12 ◦ green 103 ◦ blue 144

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

Shades of Allports #0C6790

Tints of Allports #0C6790

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.77%

 BLUE value IS 144 (56.64% from 255) = 55.6%

R = 4.63%
G = 39.77%
B = 55.6%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#0C6790 (or 0x0C6790) is known color: Allports. HEX triplet: 0C, 67 and 90. RGB value is (12,103,144). Sum of RGB (Red+Green+Blue) = 12+103+144=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #0C6790 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6790 is #F3986F. Grayscale: #505050. Windows color (decimal): -15964272 or 9463564. OLE color: 9463564.

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

Color convert

RGB 12 103 144 -
CMYK 0.92 0.28 0 0.44
HSL 198.64º 0.85% 0.31% -
HSV(B) 198.64º 0.92% 0.56% -
XYZ 10.04 11.79 28.13 -
YUV 80.47 163.85 79.17 -
System Red Green Blue C M Y K H S L
Decimal 12 103 144 0.92 0.28 0 0.44 198.64 0.85 0.31
Hex C 67 90 5C 1C 0 2C C7 55 1F
Octal 14 147 220 134 34 0 54 307 125 37
Binary 1100 1100111 10010000 1011100 11100 0 101100 11000111 1010101 11111

Color Harmonies of #0C6790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6790

Black with #0C6790

Text Example


Text Example

White with #0C6790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,103,144); }

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

background-color css

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

 a { background-color: rgb(12,103,144); }

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

border-color css

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

 span { border-color: rgb(12,103,144); }

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