Html Css Color HEX #01413D Cyprus

📋 copy color: '#01413D'

red 1 ◦ green 65 ◦ blue 61

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

Shades of Cyprus #01413D

Tints of Cyprus #01413D

RGB

 RED value IS 1 (0.78% from 255) = 0.79%

 GREEN value IS 65 (25.78% from 255) = 51.18%

 BLUE value IS 61 (24.22% from 255) = 48.03%

R = 0.79%
G = 51.18%
B = 48.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.75

RGB Variations

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

Color information

#01413D (or 0x01413D) is known color: Cyprus. HEX triplet: 01, 41 and 3D. RGB value is (1,65,61). Sum of RGB (Red+Green+Blue) = 1+65+61=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 65 (25.78% from 255 or 51.18% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 65 - color contains mainly: green. Hex color #01413D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01413D is #FEBEC2. Grayscale: #2D2D2D. Windows color (decimal): -16694979 or 4014337. OLE color: 4014337.

HSL color Cylindrical-coordinate representation of color #01413D: hue angle of 176.25º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01413D is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 65 61 -
CMYK 0.98 0 0.06 0.75
HSL 176.25º 0.97% 0.13% -
HSV(B) 176.25º 0.98% 0.25% -
XYZ 2.75 4.12 5.07 -
YUV 45.41 136.8 96.33 -
System Red Green Blue C M Y K H S L
Decimal 1 65 61 0.98 0 0.06 0.75 176.25 0.97 0.13
Hex 1 41 3D 62 0 6 4B B0 61 D
Octal 1 101 75 142 0 6 113 260 141 15
Binary 1 1000001 111101 1100010 0 110 1001011 10110000 1100001 1101

Color Harmonies of #01413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01413D

Black with #01413D

Text Example


Text Example

White with #01413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01413D; }

 p { color: rgb(1,65,61); }

 H1.HeaderClassName
 {
   color: #01413D;
 }
 .AnyTagClassName
 {
   color: #01413D;
 }
</style>

background-color css

<style>
 a { background-color: #01413D; }

 a { background-color: rgb(1,65,61); }

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

border-color css

<style>
 span { border-color: #01413D; }

 span { border-color: rgb(1,65,61); }

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