Html Css Color HEX #08293C Tangaroa

📋 copy color: '#08293C'

red 8 ◦ green 41 ◦ blue 60

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

Shades of Tangaroa #08293C

Tints of Tangaroa #08293C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 55.05%

R = 7.34%
G = 37.61%
B = 55.05%

CMYK

 C value IS 0.87

 M value IS 0.32

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#08293C (or 0x08293C) is known color: Tangaroa. HEX triplet: 08, 29 and 3C. RGB value is (8,41,60). Sum of RGB (Red+Green+Blue) = 8+41+60=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 60 (23.83% from 255 or 55.05% from 109); Max value from RGB is 60 - color contains mainly: blue. Hex color #08293C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08293C is #F7D6C3. Grayscale: #212121. Windows color (decimal): -16242372 or 3942664. OLE color: 3942664.

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

Color convert

RGB 8 41 60 -
CMYK 0.87 0.32 0 0.76
HSL 201.92º 0.76% 0.13% -
HSV(B) 201.92º 0.87% 0.24% -
XYZ 1.71 1.96 4.56 -
YUV 33.3 143.07 109.96 -
System Red Green Blue C M Y K H S L
Decimal 8 41 60 0.87 0.32 0 0.76 201.92 0.76 0.13
Hex 8 29 3C 57 20 0 4C CA 4C D
Octal 10 51 74 127 40 0 114 312 114 15
Binary 1000 101001 111100 1010111 100000 0 1001100 11001010 1001100 1101

Color Harmonies of #08293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08293C

Black with #08293C

Text Example


Text Example

White with #08293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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