Html Css Color HEX #012035 Black Pearl

📋 copy color: '#012035'

red 1 ◦ green 32 ◦ blue 53

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

Shades of Black Pearl #012035

Tints of Black Pearl #012035

RGB

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

 GREEN value IS 32 (12.89% from 255) = 37.21%

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

R = 1.16%
G = 37.21%
B = 61.63%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#012035 (or 0x012035) is known color: Black Pearl. HEX triplet: 01, 20 and 35. RGB value is (1,32,53). Sum of RGB (Red+Green+Blue) = 1+32+53=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 53 (21.09% from 255 or 61.63% from 86); Max value from RGB is 53 - color contains mainly: blue. Hex color #012035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012035 is #FEDFCA. Grayscale: #191919. Windows color (decimal): -16703435 or 3481601. OLE color: 3481601.

HSL color Cylindrical-coordinate representation of color #012035: hue angle of 204.23º 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 #012035 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 32 53 -
CMYK 0.98 0.40 0 0.79
HSL 204.23º 0.96% 0.11% -
HSV(B) 204.23º 0.98% 0.21% -
XYZ 1.17 1.3 3.56 -
YUV 25.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 1 32 53 0.98 0.40 0 0.79 204.23 0.96 0.11
Hex 1 20 35 62 28 0 4F CC 60 B
Octal 1 40 65 142 50 0 117 314 140 13
Binary 1 100000 110101 1100010 101000 0 1001111 11001100 1100000 1011

Color Harmonies of #012035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012035

Black with #012035

Text Example


Text Example

White with #012035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012035; }

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

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

background-color css

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

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

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

border-color css

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

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

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