Html Css Color HEX #08253C Tangaroa

📋 copy color: '#08253C'

red 8 ◦ green 37 ◦ blue 60

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

Shades of Tangaroa #08253C

Tints of Tangaroa #08253C

RGB

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

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

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

R = 7.62%
G = 35.24%
B = 57.14%

CMYK

 C value IS 0.87

 M value IS 0.38

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#08253C (or 0x08253C) is known color: Tangaroa. HEX triplet: 08, 25 and 3C. RGB value is (8,37,60). Sum of RGB (Red+Green+Blue) = 8+37+60=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 60 (23.83% from 255 or 57.14% from 105); Max value from RGB is 60 - color contains mainly: blue. Hex color #08253C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08253C is #F7DAC3. Grayscale: #1E1E1E. Windows color (decimal): -16243396 or 3941640. OLE color: 3941640.

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

Color convert

RGB 8 37 60 -
CMYK 0.87 0.38 0 0.76
HSL 206.54º 0.76% 0.13% -
HSV(B) 206.54º 0.87% 0.24% -
XYZ 1.58 1.7 4.52 -
YUV 30.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 8 37 60 0.87 0.38 0 0.76 206.54 0.76 0.13
Hex 8 25 3C 57 26 0 4C CF 4C D
Octal 10 45 74 127 46 0 114 317 114 15
Binary 1000 100101 111100 1010111 100110 0 1001100 11001111 1001100 1101

Color Harmonies of #08253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08253C

Black with #08253C

Text Example


Text Example

White with #08253C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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