Html Css Color HEX #00183A Tangaroa

📋 copy color: '#00183A'

red 0 ◦ green 24 ◦ blue 58

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

Shades of Tangaroa #00183A

Tints of Tangaroa #00183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 29.27%

 BLUE value IS 58 (23.05% from 255) = 70.73%

R = 0%
G = 29.27%
B = 70.73%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#00183A (or 0x00183A) is known color: Tangaroa. HEX triplet: 00, 18 and 3A. RGB value is (0,24,58). Sum of RGB (Red+Green+Blue) = 0+24+58=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 58 (23.05% from 255 or 70.73% from 82); Max value from RGB is 58 - color contains mainly: blue. Hex color #00183A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00183A is #FFE7C5. Grayscale: #141414. Windows color (decimal): -16771014 or 3807232. OLE color: 3807232.

HSL color Cylindrical-coordinate representation of color #00183A: hue angle of 215.17º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00183A is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 24 58 -
CMYK 1 0.59 0 0.77
HSL 215.17º 1% 0.11% -
HSV(B) 215.17º 1% 0.23% -
XYZ 1.09 0.96 4.13 -
YUV 20.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 0 24 58 1 0.59 0 0.77 215.17 1 0.11
Hex 0 18 3A 64 3B 0 4D D7 64 B
Octal 0 30 72 144 73 0 115 327 144 13
Binary 0 11000 111010 1100100 111011 0 1001101 11010111 1100100 1011

Color Harmonies of #00183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00183A

Black with #00183A

Text Example


Text Example

White with #00183A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,24,58); }

 H1.HeaderClassName
 {
   color: #00183A;
 }
 .AnyTagClassName
 {
   color: #00183A;
 }
</style>

background-color css

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

 a { background-color: rgb(0,24,58); }

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

border-color css

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

 span { border-color: rgb(0,24,58); }

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