Html Css Color HEX #001123 Black Pearl

📋 copy color: '#001123'

red 0 ◦ green 17 ◦ blue 35

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

Shades of Black Pearl #001123

Tints of Black Pearl #001123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 67.31%

R = 0%
G = 32.69%
B = 67.31%

CMYK

 C value IS 1

 M value IS 0.51

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#001123 (or 0x001123) is known color: Black Pearl. HEX triplet: 00, 11 and 23. RGB value is (0,17,35). Sum of RGB (Red+Green+Blue) = 0+17+35=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 35 (14.06% from 255 or 67.31% from 52); Max value from RGB is 35 - color contains mainly: blue. Hex color #001123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001123 is #FFEEDC. Grayscale: #0D0D0D. Windows color (decimal): -16772829 or 2298112. OLE color: 2298112.

HSL color Cylindrical-coordinate representation of color #001123: hue angle of 210.86º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001123 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 0 17 35 -
CMYK 1 0.51 0 0.86
HSL 210.86º 1% 0.07% -
HSV(B) 210.86º 1% 0.14% -
XYZ 0.5 0.52 1.66 -
YUV 13.97 139.87 118.04 -
System Red Green Blue C M Y K H S L
Decimal 0 17 35 1 0.51 0 0.86 210.86 1 0.07
Hex 0 11 23 64 33 0 56 D3 64 7
Octal 0 21 43 144 63 0 126 323 144 7
Binary 0 10001 100011 1100100 110011 0 1010110 11010011 1100100 111

Color Harmonies of #001123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001123

Black with #001123

Text Example


Text Example

White with #001123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001123; }

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

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

background-color css

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

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

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

border-color css

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

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

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