Html Css Color HEX #083B42 Cyprus

📋 copy color: '#083B42'

red 8 ◦ green 59 ◦ blue 66

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

Shades of Cyprus #083B42

Tints of Cyprus #083B42

RGB

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

 GREEN value IS 59 (23.44% from 255) = 44.36%

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

R = 6.02%
G = 44.36%
B = 49.62%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#083B42 (or 0x083B42) is known color: Cyprus. HEX triplet: 08, 3B and 42. RGB value is (8,59,66). Sum of RGB (Red+Green+Blue) = 8+59+66=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 59 (23.44% from 255 or 44.36% from 133); Blue value is 66 (26.17% from 255 or 49.62% from 133); Max value from RGB is 66 - color contains mainly: blue. Hex color #083B42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083B42 is #F7C4BD. Grayscale: #2C2C2C. Windows color (decimal): -16237758 or 4340488. OLE color: 4340488.

HSL color Cylindrical-coordinate representation of color #083B42: hue angle of 187.24º 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 #083B42 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 8 59 66 -
CMYK 0.88 0.11 0 0.74
HSL 187.24º 0.78% 0.15% -
HSV(B) 187.24º 0.88% 0.26% -
XYZ 2.65 3.57 5.7 -
YUV 44.55 140.1 101.93 -
System Red Green Blue C M Y K H S L
Decimal 8 59 66 0.88 0.11 0 0.74 187.24 0.78 0.15
Hex 8 3B 42 58 B 0 4A BB 4E F
Octal 10 73 102 130 13 0 112 273 116 17
Binary 1000 111011 1000010 1011000 1011 0 1001010 10111011 1001110 1111

Color Harmonies of #083B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083B42

Black with #083B42

Text Example


Text Example

White with #083B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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