Html Css Color HEX #012138 Black Pearl

📋 copy color: '#012138'

red 1 ◦ green 33 ◦ blue 56

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

Shades of Black Pearl #012138

Tints of Black Pearl #012138

RGB

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

 GREEN value IS 33 (13.28% from 255) = 36.67%

 BLUE value IS 56 (22.27% from 255) = 62.22%

R = 1.11%
G = 36.67%
B = 62.22%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#012138 (or 0x012138) is known color: Black Pearl. HEX triplet: 01, 21 and 38. RGB value is (1,33,56). Sum of RGB (Red+Green+Blue) = 1+33+56=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 56 (22.27% from 255 or 62.22% from 90); Max value from RGB is 56 - color contains mainly: blue. Hex color #012138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012138 is #FEDEC7. Grayscale: #191919. Windows color (decimal): -16703176 or 3678465. OLE color: 3678465.

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

Color convert

RGB 1 33 56 -
CMYK 0.98 0.41 0 0.78
HSL 205.09º 0.96% 0.11% -
HSV(B) 205.09º 0.98% 0.22% -
XYZ 1.27 1.38 3.94 -
YUV 26.05 144.9 110.13 -
System Red Green Blue C M Y K H S L
Decimal 1 33 56 0.98 0.41 0 0.78 205.09 0.96 0.11
Hex 1 21 38 62 29 0 4E CD 60 B
Octal 1 41 70 142 51 0 116 315 140 13
Binary 1 100001 111000 1100010 101001 0 1001110 11001101 1100000 1011

Color Harmonies of #012138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012138

Black with #012138

Text Example


Text Example

White with #012138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012138; }

 p { color: rgb(1,33,56); }

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

background-color css

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

 a { background-color: rgb(1,33,56); }

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

border-color css

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

 span { border-color: rgb(1,33,56); }

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