Html Css Color HEX #01413B Cyprus

📋 copy color: '#01413B'

red 1 ◦ green 65 ◦ blue 59

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

Shades of Cyprus #01413B

Tints of Cyprus #01413B

RGB

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

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

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

R = 0.8%
G = 52%
B = 47.2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.75

RGB Variations

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

Color information

#01413B (or 0x01413B) is known color: Cyprus. HEX triplet: 01, 41 and 3B. RGB value is (1,65,59). Sum of RGB (Red+Green+Blue) = 1+65+59=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 59 (23.44% from 255 or 47.2% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #01413B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01413B is #FEBEC4. Grayscale: #2D2D2D. Windows color (decimal): -16694981 or 3883265. OLE color: 3883265.

HSL color Cylindrical-coordinate representation of color #01413B: hue angle of 174.38º 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 #01413B is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 65 59 -
CMYK 0.98 0 0.09 0.75
HSL 174.38º 0.97% 0.13% -
HSV(B) 174.38º 0.98% 0.25% -
XYZ 2.69 4.1 4.79 -
YUV 45.18 135.8 96.49 -
System Red Green Blue C M Y K H S L
Decimal 1 65 59 0.98 0 0.09 0.75 174.38 0.97 0.13
Hex 1 41 3B 62 0 9 4B AE 61 D
Octal 1 101 73 142 0 11 113 256 141 15
Binary 1 1000001 111011 1100010 0 1001 1001011 10101110 1100001 1101

Color Harmonies of #01413B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01413B

Black with #01413B

Text Example


Text Example

White with #01413B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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