Html Css Color HEX #01363D Cyprus

📋 copy color: '#01363D'

red 1 ◦ green 54 ◦ blue 61

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

Shades of Cyprus #01363D

Tints of Cyprus #01363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 46.55%

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

R = 0.86%
G = 46.55%
B = 52.59%

CMYK

 C value IS 0.98

 M value IS 0.11

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01363D (or 0x01363D) is known color: Cyprus. HEX triplet: 01, 36 and 3D. RGB value is (1,54,61). Sum of RGB (Red+Green+Blue) = 1+54+61=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #01363D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01363D is #FEC9C2. Grayscale: #262626. Windows color (decimal): -16697795 or 4011521. OLE color: 4011521.

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

Color convert

RGB 1 54 61 -
CMYK 0.98 0.11 0 0.76
HSL 187º 0.97% 0.12% -
HSV(B) 187º 0.98% 0.24% -
XYZ 2.17 2.98 4.88 -
YUV 38.95 140.44 100.93 -
System Red Green Blue C M Y K H S L
Decimal 1 54 61 0.98 0.11 0 0.76 187 0.97 0.12
Hex 1 36 3D 62 B 0 4C BB 61 C
Octal 1 66 75 142 13 0 114 273 141 14
Binary 1 110110 111101 1100010 1011 0 1001100 10111011 1100001 1100

Color Harmonies of #01363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01363D

Black with #01363D

Text Example


Text Example

White with #01363D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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