Html Css Color HEX #083C42 Cyprus

📋 copy color: '#083C42'

red 8 ◦ green 60 ◦ blue 66

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

Shades of Cyprus #083C42

Tints of Cyprus #083C42

RGB

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

 GREEN value IS 60 (23.83% from 255) = 44.78%

 BLUE value IS 66 (26.17% from 255) = 49.25%

R = 5.97%
G = 44.78%
B = 49.25%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#083C42 (or 0x083C42) is known color: Cyprus. HEX triplet: 08, 3C and 42. RGB value is (8,60,66). Sum of RGB (Red+Green+Blue) = 8+60+66=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 60 (23.83% from 255 or 44.78% from 134); Blue value is 66 (26.17% from 255 or 49.25% from 134); Max value from RGB is 66 - color contains mainly: blue. Hex color #083C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083C42 is #F7C3BD. Grayscale: #2D2D2D. Windows color (decimal): -16237502 or 4340744. OLE color: 4340744.

HSL color Cylindrical-coordinate representation of color #083C42: hue angle of 186.21º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083C42 is Cyan = 0.88, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 8 60 66 -
CMYK 0.88 0.09 0 0.74
HSL 186.21º 0.78% 0.15% -
HSV(B) 186.21º 0.88% 0.26% -
XYZ 2.7 3.68 5.72 -
YUV 45.14 139.77 101.51 -
System Red Green Blue C M Y K H S L
Decimal 8 60 66 0.88 0.09 0 0.74 186.21 0.78 0.15
Hex 8 3C 42 58 9 0 4A BA 4E F
Octal 10 74 102 130 11 0 112 272 116 17
Binary 1000 111100 1000010 1011000 1001 0 1001010 10111010 1001110 1111

Color Harmonies of #083C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083C42

Black with #083C42

Text Example


Text Example

White with #083C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083C42; }

 p { color: rgb(8,60,66); }

 H1.HeaderClassName
 {
   color: #083C42;
 }
 .AnyTagClassName
 {
   color: #083C42;
 }
</style>

background-color css

<style>
 a { background-color: #083C42; }

 a { background-color: rgb(8,60,66); }

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

border-color css

<style>
 span { border-color: #083C42; }

 span { border-color: rgb(8,60,66); }

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