Html Css Color HEX #01423F Cyprus

📋 copy color: '#01423F'

red 1 ◦ green 66 ◦ blue 63

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

Shades of Cyprus #01423F

Tints of Cyprus #01423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 50.77%

 BLUE value IS 63 (25% from 255) = 48.46%

R = 0.77%
G = 50.77%
B = 48.46%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#01423F (or 0x01423F) is known color: Cyprus. HEX triplet: 01, 42 and 3F. RGB value is (1,66,63). Sum of RGB (Red+Green+Blue) = 1+66+63=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 66 (26.17% from 255 or 50.77% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 66 - color contains mainly: green. Hex color #01423F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01423F is #FEBDC0. Grayscale: #2E2E2E. Windows color (decimal): -16694721 or 4145665. OLE color: 4145665.

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

Color convert

RGB 1 66 63 -
CMYK 0.98 0 0.05 0.74
HSL 177.23º 0.97% 0.13% -
HSV(B) 177.23º 0.98% 0.26% -
XYZ 2.86 4.26 5.37 -
YUV 46.22 137.47 95.74 -
System Red Green Blue C M Y K H S L
Decimal 1 66 63 0.98 0 0.05 0.74 177.23 0.97 0.13
Hex 1 42 3F 62 0 5 4A B1 61 D
Octal 1 102 77 142 0 5 112 261 141 15
Binary 1 1000010 111111 1100010 0 101 1001010 10110001 1100001 1101

Color Harmonies of #01423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01423F

Black with #01423F

Text Example


Text Example

White with #01423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01423F; }

 p { color: rgb(1,66,63); }

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

background-color css

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

 a { background-color: rgb(1,66,63); }

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

border-color css

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

 span { border-color: rgb(1,66,63); }

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