Html Css Color HEX #012237 Black Pearl

📋 copy color: '#012237'

red 1 ◦ green 34 ◦ blue 55

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

Shades of Black Pearl #012237

Tints of Black Pearl #012237

RGB

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

 GREEN value IS 34 (13.67% from 255) = 37.78%

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

R = 1.11%
G = 37.78%
B = 61.11%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#012237 (or 0x012237) is known color: Black Pearl. HEX triplet: 01, 22 and 37. RGB value is (1,34,55). Sum of RGB (Red+Green+Blue) = 1+34+55=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 55 (21.88% from 255 or 61.11% from 90); Max value from RGB is 55 - color contains mainly: blue. Hex color #012237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012237 is #FEDDC8. Grayscale: #1A1A1A. Windows color (decimal): -16702921 or 3613185. OLE color: 3613185.

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

Color convert

RGB 1 34 55 -
CMYK 0.98 0.38 0 0.78
HSL 203.33º 0.96% 0.11% -
HSV(B) 203.33º 0.98% 0.22% -
XYZ 1.27 1.43 3.82 -
YUV 26.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 1 34 55 0.98 0.38 0 0.78 203.33 0.96 0.11
Hex 1 22 37 62 26 0 4E CB 60 B
Octal 1 42 67 142 46 0 116 313 140 13
Binary 1 100010 110111 1100010 100110 0 1001110 11001011 1100000 1011

Color Harmonies of #012237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012237

Black with #012237

Text Example


Text Example

White with #012237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012237; }

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

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

background-color css

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

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

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

border-color css

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

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

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