Html Css Color HEX #00132C Black Pearl

📋 copy color: '#00132C'

red 0 ◦ green 19 ◦ blue 44

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

Shades of Black Pearl #00132C

Tints of Black Pearl #00132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 30.16%

 BLUE value IS 44 (17.58% from 255) = 69.84%

R = 0%
G = 30.16%
B = 69.84%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#00132C (or 0x00132C) is known color: Black Pearl. HEX triplet: 00, 13 and 2C. RGB value is (0,19,44). Sum of RGB (Red+Green+Blue) = 0+19+44=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 44 (17.58% from 255 or 69.84% from 63); Max value from RGB is 44 - color contains mainly: blue. Hex color #00132C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00132C is #FFECD3. Grayscale: #101010. Windows color (decimal): -16772308 or 2888448. OLE color: 2888448.

HSL color Cylindrical-coordinate representation of color #00132C: hue angle of 214.09º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00132C is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 0 19 44 -
CMYK 1 0.57 0 0.83
HSL 214.09º 1% 0.09% -
HSV(B) 214.09º 1% 0.17% -
XYZ 0.69 0.65 2.47 -
YUV 16.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 0 19 44 1 0.57 0 0.83 214.09 1 0.09
Hex 0 13 2C 64 39 0 53 D6 64 9
Octal 0 23 54 144 71 0 123 326 144 11
Binary 0 10011 101100 1100100 111001 0 1010011 11010110 1100100 1001

Color Harmonies of #00132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00132C

Black with #00132C

Text Example


Text Example

White with #00132C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00132C; }

 p { color: rgb(0,19,44); }

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

background-color css

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

 a { background-color: rgb(0,19,44); }

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

border-color css

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

 span { border-color: rgb(0,19,44); }

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