Html Css Color HEX #01433D Cyprus

📋 copy color: '#01433D'

red 1 ◦ green 67 ◦ blue 61

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

Shades of Cyprus #01433D

Tints of Cyprus #01433D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 47.29%

R = 0.78%
G = 51.94%
B = 47.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.74

RGB Variations

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

Color information

#01433D (or 0x01433D) is known color: Cyprus. HEX triplet: 01, 43 and 3D. RGB value is (1,67,61). Sum of RGB (Red+Green+Blue) = 1+67+61=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 61 (24.22% from 255 or 47.29% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #01433D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01433D is #FEBCC2. Grayscale: #2E2E2E. Windows color (decimal): -16694467 or 4014849. OLE color: 4014849.

HSL color Cylindrical-coordinate representation of color #01433D: hue angle of 174.55º 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 #01433D is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 67 61 -
CMYK 0.99 0 0.09 0.74
HSL 174.55º 0.97% 0.13% -
HSV(B) 174.55º 0.99% 0.26% -
XYZ 2.86 4.36 5.11 -
YUV 46.58 136.13 95.49 -
System Red Green Blue C M Y K H S L
Decimal 1 67 61 0.99 0 0.09 0.74 174.55 0.97 0.13
Hex 1 43 3D 63 0 9 4A AF 61 D
Octal 1 103 75 143 0 11 112 257 141 15
Binary 1 1000011 111101 1100011 0 1001 1001010 10101111 1100001 1101

Color Harmonies of #01433D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01433D

Black with #01433D

Text Example


Text Example

White with #01433D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01433D; }

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

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

background-color css

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

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

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

border-color css

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

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

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