Html Css Color HEX #001E38 Black Pearl

📋 copy color: '#001E38'

red 0 ◦ green 30 ◦ blue 56

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

Shades of Black Pearl #001E38

Tints of Black Pearl #001E38

RGB

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

 GREEN value IS 30 (12.11% from 255) = 34.88%

 BLUE value IS 56 (22.27% from 255) = 65.12%

R = 0%
G = 34.88%
B = 65.12%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#001E38 (or 0x001E38) is known color: Black Pearl. HEX triplet: 00, 1E and 38. RGB value is (0,30,56). Sum of RGB (Red+Green+Blue) = 0+30+56=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 56 (22.27% from 255 or 65.12% from 86); Max value from RGB is 56 - color contains mainly: blue. Hex color #001E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E38 is #FFE1C7. Grayscale: #171717. Windows color (decimal): -16769480 or 3677696. OLE color: 3677696.

HSL color Cylindrical-coordinate representation of color #001E38: hue angle of 207.86º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E38 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 30 56 -
CMYK 1 0.46 0 0.78
HSL 207.86º 1% 0.11% -
HSV(B) 207.86º 1% 0.22% -
XYZ 1.18 1.21 3.91 -
YUV 23.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 0 30 56 1 0.46 0 0.78 207.86 1 0.11
Hex 0 1E 38 64 2E 0 4E D0 64 B
Octal 0 36 70 144 56 0 116 320 144 13
Binary 0 11110 111000 1100100 101110 0 1001110 11010000 1100100 1011

Color Harmonies of #001E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001E38

Black with #001E38

Text Example


Text Example

White with #001E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001E38; }

 p { color: rgb(0,30,56); }

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

background-color css

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

 a { background-color: rgb(0,30,56); }

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

border-color css

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

 span { border-color: rgb(0,30,56); }

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