Html Css Color HEX #01623B Jewel

📋 copy color: '#01623B'

red 1 ◦ green 98 ◦ blue 59

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

Shades of Jewel #01623B

Tints of Jewel #01623B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 62.03%

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

R = 0.63%
G = 62.03%
B = 37.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#01623B (or 0x01623B) is known color: Jewel. HEX triplet: 01, 62 and 3B. RGB value is (1,98,59). Sum of RGB (Red+Green+Blue) = 1+98+59=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 98 (38.67% from 255 or 62.03% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 98 - color contains mainly: green. Hex color #01623B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01623B is #FE9DC4. Grayscale: #404040. Windows color (decimal): -16686533 or 3891713. OLE color: 3891713.

HSL color Cylindrical-coordinate representation of color #01623B: hue angle of 155.88º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01623B is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 1 98 59 -
CMYK 0.99 0 0.40 0.62
HSL 155.88º 0.98% 0.19% -
HSV(B) 155.88º 0.99% 0.38% -
XYZ 5.17 9.06 5.61 -
YUV 64.55 124.86 82.67 -
System Red Green Blue C M Y K H S L
Decimal 1 98 59 0.99 0 0.40 0.62 155.88 0.98 0.19
Hex 1 62 3B 63 0 28 3E 9C 62 13
Octal 1 142 73 143 0 50 76 234 142 23
Binary 1 1100010 111011 1100011 0 101000 111110 10011100 1100010 10011

Color Harmonies of #01623B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01623B

Black with #01623B

Text Example


Text Example

White with #01623B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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