Html Css Color HEX #0C6692 Allports

📋 copy color: '#0C6692'

red 12 ◦ green 102 ◦ blue 146

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

Shades of Allports #0C6692

Tints of Allports #0C6692

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.23%

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

R = 4.62%
G = 39.23%
B = 56.15%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#0C6692 (or 0x0C6692) is known color: Allports. HEX triplet: 0C, 66 and 92. RGB value is (12,102,146). Sum of RGB (Red+Green+Blue) = 12+102+146=260 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.62% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #0C6692 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6692 is #F3996D. Grayscale: #4F4F4F. Windows color (decimal): -15964526 or 9594380. OLE color: 9594380.

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

Color convert

RGB 12 102 146 -
CMYK 0.92 0.30 0 0.43
HSL 199.7º 0.85% 0.31% -
HSV(B) 199.7º 0.92% 0.57% -
XYZ 10.09 11.66 28.91 -
YUV 80.11 165.18 79.42 -
System Red Green Blue C M Y K H S L
Decimal 12 102 146 0.92 0.30 0 0.43 199.7 0.85 0.31
Hex C 66 92 5C 1E 0 2B C8 55 1F
Octal 14 146 222 134 36 0 53 310 125 37
Binary 1100 1100110 10010010 1011100 11110 0 101011 11001000 1010101 11111

Color Harmonies of #0C6692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6692

Black with #0C6692

Text Example


Text Example

White with #0C6692

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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