Html Css Color HEX #012A37 Black Pearl

📋 copy color: '#012A37'

red 1 ◦ green 42 ◦ blue 55

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

Shades of Black Pearl #012A37

Tints of Black Pearl #012A37

RGB

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

 GREEN value IS 42 (16.8% from 255) = 42.86%

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

R = 1.02%
G = 42.86%
B = 56.12%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#012A37 (or 0x012A37) is known color: Black Pearl. HEX triplet: 01, 2A and 37. RGB value is (1,42,55). Sum of RGB (Red+Green+Blue) = 1+42+55=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 42 (16.80% from 255 or 42.86% from 98); Blue value is 55 (21.88% from 255 or 56.12% from 98); Max value from RGB is 55 - color contains mainly: blue. Hex color #012A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012A37 is #FED5C8. Grayscale: #1F1F1F. Windows color (decimal): -16700873 or 3615233. OLE color: 3615233.

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

Color convert

RGB 1 42 55 -
CMYK 0.98 0.24 0 0.78
HSL 194.44º 0.96% 0.11% -
HSV(B) 194.44º 0.98% 0.22% -
XYZ 1.53 1.94 3.91 -
YUV 31.22 141.42 106.44 -
System Red Green Blue C M Y K H S L
Decimal 1 42 55 0.98 0.24 0 0.78 194.44 0.96 0.11
Hex 1 2A 37 62 18 0 4E C2 60 B
Octal 1 52 67 142 30 0 116 302 140 13
Binary 1 101010 110111 1100010 11000 0 1001110 11000010 1100000 1011

Color Harmonies of #012A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012A37

Black with #012A37

Text Example


Text Example

White with #012A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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