Html Css Color HEX #063A41 Cyprus

📋 copy color: '#063A41'

red 6 ◦ green 58 ◦ blue 65

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

Shades of Cyprus #063A41

Tints of Cyprus #063A41

RGB

 RED value IS 6 (2.73% from 255) = 4.65%

 GREEN value IS 58 (23.05% from 255) = 44.96%

 BLUE value IS 65 (25.78% from 255) = 50.39%

R = 4.65%
G = 44.96%
B = 50.39%

CMYK

 C value IS 0.91

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#063A41 (or 0x063A41) is known color: Cyprus. HEX triplet: 06, 3A and 41. RGB value is (6,58,65). Sum of RGB (Red+Green+Blue) = 6+58+65=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 58 (23.05% from 255 or 44.96% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #063A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A41 is #F9C5BE. Grayscale: #2B2B2B. Windows color (decimal): -16369087 or 4274694. OLE color: 4274694.

HSL color Cylindrical-coordinate representation of color #063A41: hue angle of 187.12º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063A41 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 58 65 -
CMYK 0.91 0.11 0 0.75
HSL 187.12º 0.83% 0.14% -
HSV(B) 187.12º 0.91% 0.25% -
XYZ 2.54 3.45 5.53 -
YUV 43.25 140.27 101.43 -
System Red Green Blue C M Y K H S L
Decimal 6 58 65 0.91 0.11 0 0.75 187.12 0.83 0.14
Hex 6 3A 41 5B B 0 4B BB 53 E
Octal 6 72 101 133 13 0 113 273 123 16
Binary 110 111010 1000001 1011011 1011 0 1001011 10111011 1010011 1110

Color Harmonies of #063A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063A41

Black with #063A41

Text Example


Text Example

White with #063A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063A41; }

 p { color: rgb(6,58,65); }

 H1.HeaderClassName
 {
   color: #063A41;
 }
 .AnyTagClassName
 {
   color: #063A41;
 }
</style>

background-color css

<style>
 a { background-color: #063A41; }

 a { background-color: rgb(6,58,65); }

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

border-color css

<style>
 span { border-color: #063A41; }

 span { border-color: rgb(6,58,65); }

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