Html Css Color HEX #012637 Black Pearl

📋 copy color: '#012637'

red 1 ◦ green 38 ◦ blue 55

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

Shades of Black Pearl #012637

Tints of Black Pearl #012637

RGB

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

 GREEN value IS 38 (15.23% from 255) = 40.43%

 BLUE value IS 55 (21.88% from 255) = 58.51%

R = 1.06%
G = 40.43%
B = 58.51%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#012637 (or 0x012637) is known color: Black Pearl. HEX triplet: 01, 26 and 37. RGB value is (1,38,55). Sum of RGB (Red+Green+Blue) = 1+38+55=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 55 (21.88% from 255 or 58.51% from 94); Max value from RGB is 55 - color contains mainly: blue. Hex color #012637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012637 is #FED9C8. Grayscale: #1C1C1C. Windows color (decimal): -16701897 or 3614209. OLE color: 3614209.

HSL color Cylindrical-coordinate representation of color #012637: hue angle of 198.89º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012637 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 38 55 -
CMYK 0.98 0.31 0 0.78
HSL 198.89º 0.96% 0.11% -
HSV(B) 198.89º 0.98% 0.22% -
XYZ 1.4 1.67 3.86 -
YUV 28.88 142.74 108.12 -
System Red Green Blue C M Y K H S L
Decimal 1 38 55 0.98 0.31 0 0.78 198.89 0.96 0.11
Hex 1 26 37 62 1F 0 4E C7 60 B
Octal 1 46 67 142 37 0 116 307 140 13
Binary 1 100110 110111 1100010 11111 0 1001110 11000111 1100000 1011

Color Harmonies of #012637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012637

Black with #012637

Text Example


Text Example

White with #012637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012637; }

 p { color: rgb(1,38,55); }

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

background-color css

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

 a { background-color: rgb(1,38,55); }

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

border-color css

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

 span { border-color: rgb(1,38,55); }

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