Html Css Color HEX #001127 Black Pearl

📋 copy color: '#001127'

red 0 ◦ green 17 ◦ blue 39

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

Shades of Black Pearl #001127

Tints of Black Pearl #001127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 30.36%

 BLUE value IS 39 (15.63% from 255) = 69.64%

R = 0%
G = 30.36%
B = 69.64%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#001127 (or 0x001127) is known color: Black Pearl. HEX triplet: 00, 11 and 27. RGB value is (0,17,39). Sum of RGB (Red+Green+Blue) = 0+17+39=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 39 (15.62% from 255 or 69.64% from 56); Max value from RGB is 39 - color contains mainly: blue. Hex color #001127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001127 is #FFEED8. Grayscale: #0E0E0E. Windows color (decimal): -16772825 or 2560256. OLE color: 2560256.

HSL color Cylindrical-coordinate representation of color #001127: hue angle of 213.85º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001127 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 17 39 -
CMYK 1 0.56 0 0.85
HSL 213.85º 1% 0.08% -
HSV(B) 213.85º 1% 0.15% -
XYZ 0.57 0.55 2 -
YUV 14.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 0 17 39 1 0.56 0 0.85 213.85 1 0.08
Hex 0 11 27 64 38 0 55 D6 64 8
Octal 0 21 47 144 70 0 125 326 144 10
Binary 0 10001 100111 1100100 111000 0 1010101 11010110 1100100 1000

Color Harmonies of #001127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001127

Black with #001127

Text Example


Text Example

White with #001127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001127; }

 p { color: rgb(0,17,39); }

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

background-color css

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

 a { background-color: rgb(0,17,39); }

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

border-color css

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

 span { border-color: rgb(0,17,39); }

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