Html Css Color HEX #08273C Tangaroa

📋 copy color: '#08273C'

red 8 ◦ green 39 ◦ blue 60

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

Shades of Tangaroa #08273C

Tints of Tangaroa #08273C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 36.45%

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

R = 7.48%
G = 36.45%
B = 56.07%

CMYK

 C value IS 0.87

 M value IS 0.35

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#08273C (or 0x08273C) is known color: Tangaroa. HEX triplet: 08, 27 and 3C. RGB value is (8,39,60). Sum of RGB (Red+Green+Blue) = 8+39+60=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 60 (23.83% from 255 or 56.07% from 107); Max value from RGB is 60 - color contains mainly: blue. Hex color #08273C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08273C is #F7D8C3. Grayscale: #202020. Windows color (decimal): -16242884 or 3942152. OLE color: 3942152.

HSL color Cylindrical-coordinate representation of color #08273C: hue angle of 204.23º 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 #08273C is Cyan = 0.87, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 8 39 60 -
CMYK 0.87 0.35 0 0.76
HSL 204.23º 0.76% 0.13% -
HSV(B) 204.23º 0.87% 0.24% -
XYZ 1.64 1.83 4.54 -
YUV 32.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 8 39 60 0.87 0.35 0 0.76 204.23 0.76 0.13
Hex 8 27 3C 57 23 0 4C CC 4C D
Octal 10 47 74 127 43 0 114 314 114 15
Binary 1000 100111 111100 1010111 100011 0 1001100 11001100 1001100 1101

Color Harmonies of #08273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08273C

Black with #08273C

Text Example


Text Example

White with #08273C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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