Html Css Color HEX #00293F Tangaroa

📋 copy color: '#00293F'

red 0 ◦ green 41 ◦ blue 63

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

Shades of Tangaroa #00293F

Tints of Tangaroa #00293F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 39.42%

 BLUE value IS 63 (25% from 255) = 60.58%

R = 0%
G = 39.42%
B = 60.58%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#00293F (or 0x00293F) is known color: Tangaroa. HEX triplet: 00, 29 and 3F. RGB value is (0,41,63). Sum of RGB (Red+Green+Blue) = 0+41+63=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 63 (25% from 255 or 60.58% from 104); Max value from RGB is 63 - color contains mainly: blue. Hex color #00293F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00293F is #FFD6C0. Grayscale: #1F1F1F. Windows color (decimal): -16766657 or 4139264. OLE color: 4139264.

HSL color Cylindrical-coordinate representation of color #00293F: hue angle of 200.95º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00293F is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 41 63 -
CMYK 1 0.35 0 0.75
HSL 200.95º 1% 0.12% -
HSV(B) 200.95º 1% 0.25% -
XYZ 1.69 1.94 4.99 -
YUV 31.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 0 41 63 1 0.35 0 0.75 200.95 1 0.12
Hex 0 29 3F 64 23 0 4B C9 64 C
Octal 0 51 77 144 43 0 113 311 144 14
Binary 0 101001 111111 1100100 100011 0 1001011 11001001 1100100 1100

Color Harmonies of #00293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00293F

Black with #00293F

Text Example


Text Example

White with #00293F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00293F; }

 p { color: rgb(0,41,63); }

 H1.HeaderClassName
 {
   color: #00293F;
 }
 .AnyTagClassName
 {
   color: #00293F;
 }
</style>

background-color css

<style>
 a { background-color: #00293F; }

 a { background-color: rgb(0,41,63); }

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

border-color css

<style>
 span { border-color: #00293F; }

 span { border-color: rgb(0,41,63); }

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