#00192A

Color #00192A Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #00192A

Tints of Black Pearl #00192A

Color information

#00192A (or 0x00192A) is unknown color: approx Black Pearl. HEX triplet: 00, 19 and 2A. RGB value is (0,25,42). Sum of RGB (Red+Green+Blue) = 0+25+42=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 25 (10.16% from 255 or 37.31% from 67); Blue value is 42 (16.80% from 255 or 62.69% from 67); Max value from RGB is 42 - color contains mainly: blue. Hex color #00192A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00192A is #FFE6D5. Grayscale: #131313. Windows color (decimal): -16770774 or 2758912. OLE color: 2758912.

HSL color Cylindrical-coordinate representation of color #00192A: hue angle of 204.29º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00192A is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB02542-
CMYK10.4000.84
HSL204.29º100%8.24%-
HSV(B)204.29º100%16.47%-
XYZ0.770.862.32-
YUV19.46140.72114.12-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 25 (10.16% from 255) = 37.31%
BLUE value IS 42 (16.80% from 255) = 62.69%
R=0%
G=37.31%
B=62.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0254210.4000.84204.291008.24
Hex0192A6428054cc648
Octal0315214450012431414410
Binary0110011010101100100101000010101001100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00192A; }

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

 H1.HeaderClassName
 {
   color: #00192A;
 }
 .AnyTagClassName
 {
   color: #00192A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #00192A;
 }
 .BgClassName
 {
   background-color: #00192A;
 }
</style>
border-color css

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

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

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