#08274B

Color #08274B Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #08274B

Tints of Tangaroa #08274B

Color information

#08274B (or 0x08274B) is unknown color: approx Tangaroa. HEX triplet: 08, 27 and 4B. RGB value is (8,39,75). Sum of RGB (Red+Green+Blue) = 8+39+75=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #08274B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08274B is #F7D8B4. Grayscale: #212121. Windows color (decimal): -16242869 or 4925192. OLE color: 4925192.

HSL color Cylindrical-coordinate representation of color #08274B: hue angle of 212.24º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08274B is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB83975-
CMYK0.890.4800.71
HSL212.24º80.72%16.27%-
HSV(B)212.24º89.33%29.41%-
XYZ2.12.016.93-
YUV33.83151.23109.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.56%
GREEN value IS 39 (15.62% from 255) = 31.97%
BLUE value IS 75 (29.69% from 255) = 61.48%
R=6.56%
G=31.97%
B=61.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal839750.890.4800.71212.2480.7216.27
Hex8274B5930047d45110
Octal104711313160010732412120
Binary1000100111100101110110011100000100011111010100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08274B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08274B; }

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

 H1.HeaderClassName
 {
   color: #08274B;
 }
 .AnyTagClassName
 {
   color: #08274B;
 }
</style>
background-color css

<style>
 a { background-color: #08274B; }

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

 div.DivClassName
 {
   background-color: #08274B;
 }
 .BgClassName
 {
   background-color: #08274B;
 }
</style>
border-color css

<style>
 span { border-color: #08274B; }

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

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