Html Css Color HEX #0C6288 Allports

📋 copy color: '#0C6288'

red 12 ◦ green 98 ◦ blue 136

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

Shades of Allports #0C6288

Tints of Allports #0C6288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 55.28%

R = 4.88%
G = 39.84%
B = 55.28%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0C6288 (or 0x0C6288) is known color: Allports. HEX triplet: 0C, 62 and 88. RGB value is (12,98,136). Sum of RGB (Red+Green+Blue) = 12+98+136=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #0C6288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6288 is #F39D77. Grayscale: #4C4C4C. Windows color (decimal): -15965560 or 8937996. OLE color: 8937996.

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

Color convert

RGB 12 98 136 -
CMYK 0.91 0.28 0 0.47
HSL 198.39º 0.84% 0.29% -
HSV(B) 198.39º 0.91% 0.53% -
XYZ 8.96 10.59 24.86 -
YUV 76.62 161.51 81.91 -
System Red Green Blue C M Y K H S L
Decimal 12 98 136 0.91 0.28 0 0.47 198.39 0.84 0.29
Hex C 62 88 5B 1C 0 2F C6 54 1D
Octal 14 142 210 133 34 0 57 306 124 35
Binary 1100 1100010 10001000 1011011 11100 0 101111 11000110 1010100 11101

Color Harmonies of #0C6288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6288

Black with #0C6288

Text Example


Text Example

White with #0C6288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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