Html Css Color HEX #001936 Black Pearl

📋 copy color: '#001936'

red 0 ◦ green 25 ◦ blue 54

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

Shades of Black Pearl #001936

Tints of Black Pearl #001936

RGB

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

 GREEN value IS 25 (10.16% from 255) = 31.65%

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

R = 0%
G = 31.65%
B = 68.35%

CMYK

 C value IS 1

 M value IS 0.54

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#001936 (or 0x001936) is known color: Black Pearl. HEX triplet: 00, 19 and 36. RGB value is (0,25,54). Sum of RGB (Red+Green+Blue) = 0+25+54=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 54 (21.48% from 255 or 68.35% from 79); Max value from RGB is 54 - color contains mainly: blue. Hex color #001936 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001936 is #FFE6C9. Grayscale: #141414. Windows color (decimal): -16770762 or 3545344. OLE color: 3545344.

HSL color Cylindrical-coordinate representation of color #001936: hue angle of 212.22º 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 #001936 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 0 25 54 -
CMYK 1 0.54 0 0.79
HSL 212.22º 1% 0.11% -
HSV(B) 212.22º 1% 0.21% -
XYZ 1.01 0.96 3.62 -
YUV 20.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 0 25 54 1 0.54 0 0.79 212.22 1 0.11
Hex 0 19 36 64 36 0 4F D4 64 B
Octal 0 31 66 144 66 0 117 324 144 13
Binary 0 11001 110110 1100100 110110 0 1001111 11010100 1100100 1011

Color Harmonies of #001936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001936

Black with #001936

Text Example


Text Example

White with #001936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001936; }

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

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

background-color css

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

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

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

border-color css

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

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

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