Html Css Color HEX #08678C Allports

📋 copy color: '#08678C'

red 8 ◦ green 103 ◦ blue 140

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

Shades of Allports #08678C

Tints of Allports #08678C

RGB

 RED value IS 8 (3.52% from 255) = 3.19%

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

 BLUE value IS 140 (55.08% from 255) = 55.78%

R = 3.19%
G = 41.04%
B = 55.78%

CMYK

 C value IS 0.94

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#08678C (or 0x08678C) is known color: Allports. HEX triplet: 08, 67 and 8C. RGB value is (8,103,140). Sum of RGB (Red+Green+Blue) = 8+103+140=251 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.19% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #08678C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08678C is #F79873. Grayscale: #4E4E4E. Windows color (decimal): -16226420 or 9201416. OLE color: 9201416.

HSL color Cylindrical-coordinate representation of color #08678C: hue angle of 196.82º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08678C is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 8 103 140 -
CMYK 0.94 0.26 0 0.45
HSL 196.82º 0.89% 0.29% -
HSV(B) 196.82º 0.94% 0.55% -
XYZ 9.68 11.65 26.55 -
YUV 78.81 162.53 77.49 -
System Red Green Blue C M Y K H S L
Decimal 8 103 140 0.94 0.26 0 0.45 196.82 0.89 0.29
Hex 8 67 8C 5E 1A 0 2D C5 59 1D
Octal 10 147 214 136 32 0 55 305 131 35
Binary 1000 1100111 10001100 1011110 11010 0 101101 11000101 1011001 11101

Color Harmonies of #08678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08678C

Black with #08678C

Text Example


Text Example

White with #08678C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08678C; }

 p { color: rgb(8,103,140); }

 H1.HeaderClassName
 {
   color: #08678C;
 }
 .AnyTagClassName
 {
   color: #08678C;
 }
</style>

background-color css

<style>
 a { background-color: #08678C; }

 a { background-color: rgb(8,103,140); }

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

border-color css

<style>
 span { border-color: #08678C; }

 span { border-color: rgb(8,103,140); }

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