Html Css Color HEX #002136 Black Pearl

📋 copy color: '#002136'

red 0 ◦ green 33 ◦ blue 54

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

Shades of Black Pearl #002136

Tints of Black Pearl #002136

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 54 (21.48% from 255) = 62.07%

R = 0%
G = 37.93%
B = 62.07%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#002136 (or 0x002136) is known color: Black Pearl. HEX triplet: 00, 21 and 36. RGB value is (0,33,54). Sum of RGB (Red+Green+Blue) = 0+33+54=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 54 (21.48% from 255 or 62.07% from 87); Max value from RGB is 54 - color contains mainly: blue. Hex color #002136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002136 is #FFDEC9. Grayscale: #191919. Windows color (decimal): -16768714 or 3547392. OLE color: 3547392.

HSL color Cylindrical-coordinate representation of color #002136: hue angle of 203.33º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002136 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 0 33 54 -
CMYK 1 0.39 0 0.79
HSL 203.33º 1% 0.11% -
HSV(B) 203.33º 1% 0.21% -
XYZ 1.21 1.35 3.69 -
YUV 25.53 144.07 109.79 -
System Red Green Blue C M Y K H S L
Decimal 0 33 54 1 0.39 0 0.79 203.33 1 0.11
Hex 0 21 36 64 27 0 4F CB 64 B
Octal 0 41 66 144 47 0 117 313 144 13
Binary 0 100001 110110 1100100 100111 0 1001111 11001011 1100100 1011

Color Harmonies of #002136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002136

Black with #002136

Text Example


Text Example

White with #002136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002136; }

 p { color: rgb(0,33,54); }

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

background-color css

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

 a { background-color: rgb(0,33,54); }

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

border-color css

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

 span { border-color: rgb(0,33,54); }

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