Html Css Color HEX #08263F Tangaroa

📋 copy color: '#08263F'

red 8 ◦ green 38 ◦ blue 63

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

Shades of Tangaroa #08263F

Tints of Tangaroa #08263F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 34.86%

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

R = 7.34%
G = 34.86%
B = 57.8%

CMYK

 C value IS 0.87

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#08263F (or 0x08263F) is known color: Tangaroa. HEX triplet: 08, 26 and 3F. RGB value is (8,38,63). Sum of RGB (Red+Green+Blue) = 8+38+63=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 63 (25% from 255 or 57.80% from 109); Max value from RGB is 63 - color contains mainly: blue. Hex color #08263F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08263F is #F7D9C0. Grayscale: #1F1F1F. Windows color (decimal): -16243137 or 4138504. OLE color: 4138504.

HSL color Cylindrical-coordinate representation of color #08263F: hue angle of 207.27º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08263F is Cyan = 0.87, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 38 63 -
CMYK 0.87 0.40 0 0.75
HSL 207.27º 0.77% 0.14% -
HSV(B) 207.27º 0.87% 0.25% -
XYZ 1.69 1.8 4.96 -
YUV 31.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 8 38 63 0.87 0.40 0 0.75 207.27 0.77 0.14
Hex 8 26 3F 57 28 0 4B CF 4D E
Octal 10 46 77 127 50 0 113 317 115 16
Binary 1000 100110 111111 1010111 101000 0 1001011 11001111 1001101 1110

Color Harmonies of #08263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08263F

Black with #08263F

Text Example


Text Example

White with #08263F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,38,63); }

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

background-color css

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

 a { background-color: rgb(8,38,63); }

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

border-color css

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

 span { border-color: rgb(8,38,63); }

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