Html Css Color HEX #01423E Cyprus

📋 copy color: '#01423E'

red 1 ◦ green 66 ◦ blue 62

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

Shades of Cyprus #01423E

Tints of Cyprus #01423E

RGB

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

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

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

R = 0.78%
G = 51.16%
B = 48.06%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#01423E (or 0x01423E) is known color: Cyprus. HEX triplet: 01, 42 and 3E. RGB value is (1,66,62). Sum of RGB (Red+Green+Blue) = 1+66+62=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 62 (24.61% from 255 or 48.06% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #01423E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01423E is #FEBDC1. Grayscale: #2E2E2E. Windows color (decimal): -16694722 or 4080129. OLE color: 4080129.

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

Color convert

RGB 1 66 62 -
CMYK 0.98 0 0.06 0.74
HSL 176.31º 0.97% 0.13% -
HSV(B) 176.31º 0.98% 0.26% -
XYZ 2.83 4.25 5.23 -
YUV 46.11 136.97 95.83 -
System Red Green Blue C M Y K H S L
Decimal 1 66 62 0.98 0 0.06 0.74 176.31 0.97 0.13
Hex 1 42 3E 62 0 6 4A B0 61 D
Octal 1 102 76 142 0 6 112 260 141 15
Binary 1 1000010 111110 1100010 0 110 1001010 10110000 1100001 1101

Color Harmonies of #01423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01423E

Black with #01423E

Text Example


Text Example

White with #01423E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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