Html Css Color HEX #01172D Black Pearl

📋 copy color: '#01172D'

red 1 ◦ green 23 ◦ blue 45

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

Shades of Black Pearl #01172D

Tints of Black Pearl #01172D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 33.33%

 BLUE value IS 45 (17.97% from 255) = 65.22%

R = 1.45%
G = 33.33%
B = 65.22%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#01172D (or 0x01172D) is known color: Black Pearl. HEX triplet: 01, 17 and 2D. RGB value is (1,23,45). Sum of RGB (Red+Green+Blue) = 1+23+45=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 23 (9.38% from 255 or 33.33% from 69); Blue value is 45 (17.97% from 255 or 65.22% from 69); Max value from RGB is 45 - color contains mainly: blue. Hex color #01172D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01172D is #FEE8D2. Grayscale: #121212. Windows color (decimal): -16705747 or 2955009. OLE color: 2955009.

HSL color Cylindrical-coordinate representation of color #01172D: hue angle of 210º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01172D is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 1 23 45 -
CMYK 0.98 0.49 0 0.82
HSL 210º 0.96% 0.09% -
HSV(B) 210º 0.98% 0.18% -
XYZ 0.79 0.81 2.6 -
YUV 18.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 1 23 45 0.98 0.49 0 0.82 210 0.96 0.09
Hex 1 17 2D 62 31 0 52 D2 60 9
Octal 1 27 55 142 61 0 122 322 140 11
Binary 1 10111 101101 1100010 110001 0 1010010 11010010 1100000 1001

Color Harmonies of #01172D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01172D

Black with #01172D

Text Example


Text Example

White with #01172D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01172D; }

 p { color: rgb(1,23,45); }

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

background-color css

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

 a { background-color: rgb(1,23,45); }

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

border-color css

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

 span { border-color: rgb(1,23,45); }

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