Html Css Color HEX #01433E Cyprus

📋 copy color: '#01433E'

red 1 ◦ green 67 ◦ blue 62

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

Shades of Cyprus #01433E

Tints of Cyprus #01433E

RGB

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

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

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

R = 0.77%
G = 51.54%
B = 47.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.74

RGB Variations

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

Color information

#01433E (or 0x01433E) is known color: Cyprus. HEX triplet: 01, 43 and 3E. RGB value is (1,67,62). Sum of RGB (Red+Green+Blue) = 1+67+62=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 62 (24.61% from 255 or 47.69% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #01433E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01433E is #FEBCC1. Grayscale: #2E2E2E. Windows color (decimal): -16694466 or 4080385. OLE color: 4080385.

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

Color convert

RGB 1 67 62 -
CMYK 0.99 0 0.07 0.74
HSL 175.45º 0.97% 0.13% -
HSV(B) 175.45º 0.99% 0.26% -
XYZ 2.89 4.37 5.25 -
YUV 46.7 136.63 95.41 -
System Red Green Blue C M Y K H S L
Decimal 1 67 62 0.99 0 0.07 0.74 175.45 0.97 0.13
Hex 1 43 3E 63 0 7 4A AF 61 D
Octal 1 103 76 143 0 7 112 257 141 15
Binary 1 1000011 111110 1100011 0 111 1001010 10101111 1100001 1101

Color Harmonies of #01433E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01433E

Black with #01433E

Text Example


Text Example

White with #01433E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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