Html Css Color HEX #012238 Black Pearl

📋 copy color: '#012238'

red 1 ◦ green 34 ◦ blue 56

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

Shades of Black Pearl #012238

Tints of Black Pearl #012238

RGB

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

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

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

R = 1.1%
G = 37.36%
B = 61.54%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#012238 (or 0x012238) is known color: Black Pearl. HEX triplet: 01, 22 and 38. RGB value is (1,34,56). Sum of RGB (Red+Green+Blue) = 1+34+56=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 56 (22.27% from 255 or 61.54% from 91); Max value from RGB is 56 - color contains mainly: blue. Hex color #012238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012238 is #FEDDC7. Grayscale: #1A1A1A. Windows color (decimal): -16702920 or 3678721. OLE color: 3678721.

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

Color convert

RGB 1 34 56 -
CMYK 0.98 0.39 0 0.78
HSL 204º 0.96% 0.11% -
HSV(B) 204º 0.98% 0.22% -
XYZ 1.3 1.44 3.95 -
YUV 26.64 144.57 109.71 -
System Red Green Blue C M Y K H S L
Decimal 1 34 56 0.98 0.39 0 0.78 204 0.96 0.11
Hex 1 22 38 62 27 0 4E CC 60 B
Octal 1 42 70 142 47 0 116 314 140 13
Binary 1 100010 111000 1100010 100111 0 1001110 11001100 1100000 1011

Color Harmonies of #012238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012238

Black with #012238

Text Example


Text Example

White with #012238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012238; }

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

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

background-color css

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

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

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

border-color css

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

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

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