Html Css Color HEX #01413A Cyprus

📋 copy color: '#01413A'

red 1 ◦ green 65 ◦ blue 58

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

Shades of Cyprus #01413A

Tints of Cyprus #01413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 46.77%

R = 0.81%
G = 52.42%
B = 46.77%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#01413A (or 0x01413A) is known color: Cyprus. HEX triplet: 01, 41 and 3A. RGB value is (1,65,58). Sum of RGB (Red+Green+Blue) = 1+65+58=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 58 (23.05% from 255 or 46.77% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #01413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01413A is #FEBEC5. Grayscale: #2D2D2D. Windows color (decimal): -16694982 or 3817729. OLE color: 3817729.

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

Color convert

RGB 1 65 58 -
CMYK 0.98 0 0.11 0.75
HSL 173.44º 0.97% 0.13% -
HSV(B) 173.44º 0.98% 0.25% -
XYZ 2.67 4.09 4.65 -
YUV 45.07 135.3 96.57 -
System Red Green Blue C M Y K H S L
Decimal 1 65 58 0.98 0 0.11 0.75 173.44 0.97 0.13
Hex 1 41 3A 62 0 B 4B AD 61 D
Octal 1 101 72 142 0 13 113 255 141 15
Binary 1 1000001 111010 1100010 0 1011 1001011 10101101 1100001 1101

Color Harmonies of #01413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01413A

Black with #01413A

Text Example


Text Example

White with #01413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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