Html Css Color HEX #012638 Black Pearl

📋 copy color: '#012638'

red 1 ◦ green 38 ◦ blue 56

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

Shades of Black Pearl #012638

Tints of Black Pearl #012638

RGB

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

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

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

R = 1.05%
G = 40%
B = 58.95%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#012638 (or 0x012638) is known color: Black Pearl. HEX triplet: 01, 26 and 38. RGB value is (1,38,56). Sum of RGB (Red+Green+Blue) = 1+38+56=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #012638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012638 is #FED9C7. Grayscale: #1C1C1C. Windows color (decimal): -16701896 or 3679745. OLE color: 3679745.

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

Color convert

RGB 1 38 56 -
CMYK 0.98 0.32 0 0.78
HSL 199.64º 0.96% 0.11% -
HSV(B) 199.64º 0.98% 0.22% -
XYZ 1.42 1.68 3.99 -
YUV 28.99 143.24 108.04 -
System Red Green Blue C M Y K H S L
Decimal 1 38 56 0.98 0.32 0 0.78 199.64 0.96 0.11
Hex 1 26 38 62 20 0 4E C8 60 B
Octal 1 46 70 142 40 0 116 310 140 13
Binary 1 100110 111000 1100010 100000 0 1001110 11001000 1100000 1011

Color Harmonies of #012638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012638

Black with #012638

Text Example


Text Example

White with #012638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012638; }

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

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

background-color css

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

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

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

border-color css

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

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

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