Html Css Color HEX #08293D Tangaroa

📋 copy color: '#08293D'

red 8 ◦ green 41 ◦ blue 61

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

Shades of Tangaroa #08293D

Tints of Tangaroa #08293D

RGB

 RED value IS 8 (3.52% from 255) = 7.27%

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

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

R = 7.27%
G = 37.27%
B = 55.45%

CMYK

 C value IS 0.87

 M value IS 0.33

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#08293D (or 0x08293D) is known color: Tangaroa. HEX triplet: 08, 29 and 3D. RGB value is (8,41,61). Sum of RGB (Red+Green+Blue) = 8+41+61=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 61 (24.22% from 255 or 55.45% from 110); Max value from RGB is 61 - color contains mainly: blue. Hex color #08293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08293D is #F7D6C2. Grayscale: #212121. Windows color (decimal): -16242371 or 4008200. OLE color: 4008200.

HSL color Cylindrical-coordinate representation of color #08293D: hue angle of 202.64º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08293D is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 8 41 61 -
CMYK 0.87 0.33 0 0.76
HSL 202.64º 0.77% 0.14% -
HSV(B) 202.64º 0.87% 0.24% -
XYZ 1.74 1.97 4.7 -
YUV 33.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 8 41 61 0.87 0.33 0 0.76 202.64 0.77 0.14
Hex 8 29 3D 57 21 0 4C CB 4D E
Octal 10 51 75 127 41 0 114 313 115 16
Binary 1000 101001 111101 1010111 100001 0 1001100 11001011 1001101 1110

Color Harmonies of #08293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08293D

Black with #08293D

Text Example


Text Example

White with #08293D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,41,61); }

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

background-color css

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

 a { background-color: rgb(8,41,61); }

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

border-color css

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

 span { border-color: rgb(8,41,61); }

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