Html Css Color HEX #012635 Black Pearl

📋 copy color: '#012635'

red 1 ◦ green 38 ◦ blue 53

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

Shades of Black Pearl #012635

Tints of Black Pearl #012635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 57.61%

R = 1.09%
G = 41.3%
B = 57.61%

CMYK

 C value IS 0.98

 M value IS 0.28

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#012635 (or 0x012635) is known color: Black Pearl. HEX triplet: 01, 26 and 35. RGB value is (1,38,53). Sum of RGB (Red+Green+Blue) = 1+38+53=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 53 (21.09% from 255 or 57.61% from 92); Max value from RGB is 53 - color contains mainly: blue. Hex color #012635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012635 is #FED9CA. Grayscale: #1C1C1C. Windows color (decimal): -16701899 or 3483137. OLE color: 3483137.

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

Color convert

RGB 1 38 53 -
CMYK 0.98 0.28 0 0.79
HSL 197.31º 0.96% 0.11% -
HSV(B) 197.31º 0.98% 0.21% -
XYZ 1.35 1.65 3.62 -
YUV 28.65 141.74 108.28 -
System Red Green Blue C M Y K H S L
Decimal 1 38 53 0.98 0.28 0 0.79 197.31 0.96 0.11
Hex 1 26 35 62 1C 0 4F C5 60 B
Octal 1 46 65 142 34 0 117 305 140 13
Binary 1 100110 110101 1100010 11100 0 1001111 11000101 1100000 1011

Color Harmonies of #012635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012635

Black with #012635

Text Example


Text Example

White with #012635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012635; }

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

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

background-color css

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

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

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

border-color css

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

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

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