Html Css Color HEX #01383D Cyprus

📋 copy color: '#01383D'

red 1 ◦ green 56 ◦ blue 61

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

Shades of Cyprus #01383D

Tints of Cyprus #01383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 47.46%

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

R = 0.85%
G = 47.46%
B = 51.69%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01383D (or 0x01383D) is known color: Cyprus. HEX triplet: 01, 38 and 3D. RGB value is (1,56,61). Sum of RGB (Red+Green+Blue) = 1+56+61=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 56 (22.27% from 255 or 47.46% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #01383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01383D is #FEC7C2. Grayscale: #282828. Windows color (decimal): -16697283 or 4012033. OLE color: 4012033.

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

Color convert

RGB 1 56 61 -
CMYK 0.98 0.08 0 0.76
HSL 185º 0.97% 0.12% -
HSV(B) 185º 0.98% 0.24% -
XYZ 2.27 3.17 4.91 -
YUV 40.13 139.78 100.09 -
System Red Green Blue C M Y K H S L
Decimal 1 56 61 0.98 0.08 0 0.76 185 0.97 0.12
Hex 1 38 3D 62 8 0 4C B9 61 C
Octal 1 70 75 142 10 0 114 271 141 14
Binary 1 111000 111101 1100010 1000 0 1001100 10111001 1100001 1100

Color Harmonies of #01383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01383D

Black with #01383D

Text Example


Text Example

White with #01383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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