Html Css Color HEX #01423B Cyprus

📋 copy color: '#01423B'

red 1 ◦ green 66 ◦ blue 59

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

Shades of Cyprus #01423B

Tints of Cyprus #01423B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 46.83%

R = 0.79%
G = 52.38%
B = 46.83%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.74

RGB Variations

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

Color information

#01423B (or 0x01423B) is known color: Cyprus. HEX triplet: 01, 42 and 3B. RGB value is (1,66,59). Sum of RGB (Red+Green+Blue) = 1+66+59=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #01423B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01423B is #FEBDC4. Grayscale: #2D2D2D. Windows color (decimal): -16694725 or 3883521. OLE color: 3883521.

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

Color convert

RGB 1 66 59 -
CMYK 0.98 0 0.11 0.74
HSL 173.54º 0.97% 0.13% -
HSV(B) 173.54º 0.98% 0.26% -
XYZ 2.75 4.22 4.81 -
YUV 45.77 135.47 96.07 -
System Red Green Blue C M Y K H S L
Decimal 1 66 59 0.98 0 0.11 0.74 173.54 0.97 0.13
Hex 1 42 3B 62 0 B 4A AE 61 D
Octal 1 102 73 142 0 13 112 256 141 15
Binary 1 1000010 111011 1100010 0 1011 1001010 10101110 1100001 1101

Color Harmonies of #01423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01423B

Black with #01423B

Text Example


Text Example

White with #01423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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