Html Css Color HEX #013438 Cyprus

📋 copy color: '#013438'

red 1 ◦ green 52 ◦ blue 56

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

Shades of Cyprus #013438

Tints of Cyprus #013438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 47.71%

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

R = 0.92%
G = 47.71%
B = 51.38%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#013438 (or 0x013438) is known color: Cyprus. HEX triplet: 01, 34 and 38. RGB value is (1,52,56). Sum of RGB (Red+Green+Blue) = 1+52+56=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #013438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013438 is #FECBC7. Grayscale: #252525. Windows color (decimal): -16698312 or 3683329. OLE color: 3683329.

HSL color Cylindrical-coordinate representation of color #013438: hue angle of 184.36º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013438 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 52 56 -
CMYK 0.98 0.07 0 0.78
HSL 184.36º 0.96% 0.11% -
HSV(B) 184.36º 0.98% 0.22% -
XYZ 1.95 2.75 4.17 -
YUV 37.21 138.6 102.17 -
System Red Green Blue C M Y K H S L
Decimal 1 52 56 0.98 0.07 0 0.78 184.36 0.96 0.11
Hex 1 34 38 62 7 0 4E B8 60 B
Octal 1 64 70 142 7 0 116 270 140 13
Binary 1 110100 111000 1100010 111 0 1001110 10111000 1100000 1011

Color Harmonies of #013438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013438

Black with #013438

Text Example


Text Example

White with #013438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013438; }

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

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

background-color css

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

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

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

border-color css

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

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

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