Html Css Color HEX #08253B Tangaroa

📋 copy color: '#08253B'

red 8 ◦ green 37 ◦ blue 59

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

Shades of Tangaroa #08253B

Tints of Tangaroa #08253B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 35.58%

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

R = 7.69%
G = 35.58%
B = 56.73%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#08253B (or 0x08253B) is known color: Tangaroa. HEX triplet: 08, 25 and 3B. RGB value is (8,37,59). Sum of RGB (Red+Green+Blue) = 8+37+59=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 59 (23.44% from 255 or 56.73% from 104); Max value from RGB is 59 - color contains mainly: blue. Hex color #08253B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08253B is #F7DAC4. Grayscale: #1E1E1E. Windows color (decimal): -16243397 or 3876104. OLE color: 3876104.

HSL color Cylindrical-coordinate representation of color #08253B: hue angle of 205.88º 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 #08253B is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 8 37 59 -
CMYK 0.86 0.37 0 0.77
HSL 205.88º 0.76% 0.13% -
HSV(B) 205.88º 0.86% 0.23% -
XYZ 1.55 1.69 4.38 -
YUV 30.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 8 37 59 0.86 0.37 0 0.77 205.88 0.76 0.13
Hex 8 25 3B 56 25 0 4D CE 4C D
Octal 10 45 73 126 45 0 115 316 114 15
Binary 1000 100101 111011 1010110 100101 0 1001101 11001110 1001100 1101

Color Harmonies of #08253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08253B

Black with #08253B

Text Example


Text Example

White with #08253B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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