Html Css Color HEX #01383E Cyprus

📋 copy color: '#01383E'

red 1 ◦ green 56 ◦ blue 62

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

Shades of Cyprus #01383E

Tints of Cyprus #01383E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 52.1%

R = 0.84%
G = 47.06%
B = 52.1%

CMYK

 C value IS 0.98

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01383E (or 0x01383E) is known color: Cyprus. HEX triplet: 01, 38 and 3E. RGB value is (1,56,62). Sum of RGB (Red+Green+Blue) = 1+56+62=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 56 (22.27% from 255 or 47.06% from 119); Blue value is 62 (24.61% from 255 or 52.10% from 119); Max value from RGB is 62 - color contains mainly: blue. Hex color #01383E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01383E is #FEC7C1. Grayscale: #282828. Windows color (decimal): -16697282 or 4077569. OLE color: 4077569.

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

Color convert

RGB 1 56 62 -
CMYK 0.98 0.10 0 0.76
HSL 185.9º 0.97% 0.12% -
HSV(B) 185.9º 0.98% 0.24% -
XYZ 2.3 3.18 5.05 -
YUV 40.24 140.28 100.01 -
System Red Green Blue C M Y K H S L
Decimal 1 56 62 0.98 0.10 0 0.76 185.9 0.97 0.12
Hex 1 38 3E 62 A 0 4C BA 61 C
Octal 1 70 76 142 12 0 114 272 141 14
Binary 1 111000 111110 1100010 1010 0 1001100 10111010 1100001 1100

Color Harmonies of #01383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01383E

Black with #01383E

Text Example


Text Example

White with #01383E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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