Html Css Color HEX #08263B Tangaroa

📋 copy color: '#08263B'

red 8 ◦ green 38 ◦ blue 59

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

Shades of Tangaroa #08263B

Tints of Tangaroa #08263B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 56.19%

R = 7.62%
G = 36.19%
B = 56.19%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#08263B (or 0x08263B) is known color: Tangaroa. HEX triplet: 08, 26 and 3B. RGB value is (8,38,59). Sum of RGB (Red+Green+Blue) = 8+38+59=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 59 (23.44% from 255 or 56.19% from 105); Max value from RGB is 59 - color contains mainly: blue. Hex color #08263B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08263B is #F7D9C4. Grayscale: #1F1F1F. Windows color (decimal): -16243141 or 3876360. OLE color: 3876360.

HSL color Cylindrical-coordinate representation of color #08263B: hue angle of 204.71º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08263B is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 8 38 59 -
CMYK 0.86 0.36 0 0.77
HSL 204.71º 0.76% 0.13% -
HSV(B) 204.71º 0.86% 0.23% -
XYZ 1.58 1.75 4.39 -
YUV 31.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 8 38 59 0.86 0.36 0 0.77 204.71 0.76 0.13
Hex 8 26 3B 56 24 0 4D CD 4C D
Octal 10 46 73 126 44 0 115 315 114 15
Binary 1000 100110 111011 1010110 100100 0 1001101 11001101 1001100 1101

Color Harmonies of #08263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08263B

Black with #08263B

Text Example


Text Example

White with #08263B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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