Html Css Color HEX #014338 Cyprus

📋 copy color: '#014338'

red 1 ◦ green 67 ◦ blue 56

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

Shades of Cyprus #014338

Tints of Cyprus #014338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 54.03%

 BLUE value IS 56 (22.27% from 255) = 45.16%

R = 0.81%
G = 54.03%
B = 45.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.74

RGB Variations

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

Color information

#014338 (or 0x014338) is known color: Cyprus. HEX triplet: 01, 43 and 38. RGB value is (1,67,56). Sum of RGB (Red+Green+Blue) = 1+67+56=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 67 (26.56% from 255 or 54.03% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 67 - color contains mainly: green. Hex color #014338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014338 is #FEBCC7. Grayscale: #2D2D2D. Windows color (decimal): -16694472 or 3687169. OLE color: 3687169.

HSL color Cylindrical-coordinate representation of color #014338: hue angle of 170º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014338 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 67 56 -
CMYK 0.99 0 0.16 0.74
HSL 170º 0.97% 0.13% -
HSV(B) 170º 0.99% 0.26% -
XYZ 2.73 4.31 4.43 -
YUV 46.01 133.63 95.89 -
System Red Green Blue C M Y K H S L
Decimal 1 67 56 0.99 0 0.16 0.74 170 0.97 0.13
Hex 1 43 38 63 0 10 4A AA 61 D
Octal 1 103 70 143 0 20 112 252 141 15
Binary 1 1000011 111000 1100011 0 10000 1001010 10101010 1100001 1101

Color Harmonies of #014338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014338

Black with #014338

Text Example


Text Example

White with #014338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014338; }

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

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

background-color css

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

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

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

border-color css

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

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

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