Html Css Color HEX #08393B Cyprus

📋 copy color: '#08393B'

red 8 ◦ green 57 ◦ blue 59

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

Shades of Cyprus #08393B

Tints of Cyprus #08393B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 45.97%

 BLUE value IS 59 (23.44% from 255) = 47.58%

R = 6.45%
G = 45.97%
B = 47.58%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#08393B (or 0x08393B) is known color: Cyprus. HEX triplet: 08, 39 and 3B. RGB value is (8,57,59). Sum of RGB (Red+Green+Blue) = 8+57+59=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 57 (22.66% from 255 or 45.97% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 59 - color contains mainly: blue. Hex color #08393B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08393B is #F7C6C4. Grayscale: #2A2A2A. Windows color (decimal): -16238277 or 3881224. OLE color: 3881224.

HSL color Cylindrical-coordinate representation of color #08393B: hue angle of 182.35º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08393B is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 8 57 59 -
CMYK 0.86 0.03 0 0.77
HSL 182.35º 0.76% 0.13% -
HSV(B) 182.35º 0.86% 0.23% -
XYZ 2.35 3.29 4.65 -
YUV 42.58 137.27 103.34 -
System Red Green Blue C M Y K H S L
Decimal 8 57 59 0.86 0.03 0 0.77 182.35 0.76 0.13
Hex 8 39 3B 56 3 0 4D B6 4C D
Octal 10 71 73 126 3 0 115 266 114 15
Binary 1000 111001 111011 1010110 11 0 1001101 10110110 1001100 1101

Color Harmonies of #08393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08393B

Black with #08393B

Text Example


Text Example

White with #08393B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08393B; }

 p { color: rgb(8,57,59); }

 H1.HeaderClassName
 {
   color: #08393B;
 }
 .AnyTagClassName
 {
   color: #08393B;
 }
</style>

background-color css

<style>
 a { background-color: #08393B; }

 a { background-color: rgb(8,57,59); }

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

border-color css

<style>
 span { border-color: #08393B; }

 span { border-color: rgb(8,57,59); }

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