Html Css Color HEX #00193D Tangaroa

📋 copy color: '#00193D'

red 0 ◦ green 25 ◦ blue 61

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

Shades of Tangaroa #00193D

Tints of Tangaroa #00193D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 29.07%

 BLUE value IS 61 (24.22% from 255) = 70.93%

R = 0%
G = 29.07%
B = 70.93%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#00193D (or 0x00193D) is known color: Tangaroa. HEX triplet: 00, 19 and 3D. RGB value is (0,25,61). Sum of RGB (Red+Green+Blue) = 0+25+61=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 61 (24.22% from 255 or 70.93% from 86); Max value from RGB is 61 - color contains mainly: blue. Hex color #00193D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00193D is #FFE6C2. Grayscale: #151515. Windows color (decimal): -16770755 or 4004096. OLE color: 4004096.

HSL color Cylindrical-coordinate representation of color #00193D: hue angle of 215.41º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00193D is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 25 61 -
CMYK 1 0.59 0 0.76
HSL 215.41º 1% 0.12% -
HSV(B) 215.41º 1% 0.24% -
XYZ 1.19 1.03 4.55 -
YUV 21.63 150.22 112.57 -
System Red Green Blue C M Y K H S L
Decimal 0 25 61 1 0.59 0 0.76 215.41 1 0.12
Hex 0 19 3D 64 3B 0 4C D7 64 C
Octal 0 31 75 144 73 0 114 327 144 14
Binary 0 11001 111101 1100100 111011 0 1001100 11010111 1100100 1100

Color Harmonies of #00193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00193D

Black with #00193D

Text Example


Text Example

White with #00193D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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