Html Css Color HEX #01353D Cyprus

📋 copy color: '#01353D'

red 1 ◦ green 53 ◦ blue 61

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

Shades of Cyprus #01353D

Tints of Cyprus #01353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 46.09%

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

R = 0.87%
G = 46.09%
B = 53.04%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01353D (or 0x01353D) is known color: Cyprus. HEX triplet: 01, 35 and 3D. RGB value is (1,53,61). Sum of RGB (Red+Green+Blue) = 1+53+61=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 53 (21.09% from 255 or 46.09% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #01353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01353D is #FECAC2. Grayscale: #262626. Windows color (decimal): -16698051 or 4011265. OLE color: 4011265.

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

Color convert

RGB 1 53 61 -
CMYK 0.98 0.13 0 0.76
HSL 188º 0.97% 0.12% -
HSV(B) 188º 0.98% 0.24% -
XYZ 2.13 2.89 4.86 -
YUV 38.36 140.77 101.35 -
System Red Green Blue C M Y K H S L
Decimal 1 53 61 0.98 0.13 0 0.76 188 0.97 0.12
Hex 1 35 3D 62 D 0 4C BC 61 C
Octal 1 65 75 142 15 0 114 274 141 14
Binary 1 110101 111101 1100010 1101 0 1001100 10111100 1100001 1100

Color Harmonies of #01353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01353D

Black with #01353D

Text Example


Text Example

White with #01353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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