Html Css Color HEX #09253F Tangaroa

📋 copy color: '#09253F'

red 9 ◦ green 37 ◦ blue 63

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

Shades of Tangaroa #09253F

Tints of Tangaroa #09253F

RGB

 RED value IS 9 (3.91% from 255) = 8.26%

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

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

R = 8.26%
G = 33.94%
B = 57.8%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#09253F (or 0x09253F) is known color: Tangaroa. HEX triplet: 09, 25 and 3F. RGB value is (9,37,63). Sum of RGB (Red+Green+Blue) = 9+37+63=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 37 (14.84% from 255 or 33.94% 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 #09253F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09253F is #F6DAC0. Grayscale: #1F1F1F. Windows color (decimal): -16177857 or 4138249. OLE color: 4138249.

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

Color convert

RGB 9 37 63 -
CMYK 0.86 0.41 0 0.75
HSL 208.89º 0.75% 0.14% -
HSV(B) 208.89º 0.86% 0.25% -
XYZ 1.67 1.74 4.95 -
YUV 31.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 9 37 63 0.86 0.41 0 0.75 208.89 0.75 0.14
Hex 9 25 3F 56 29 0 4B D1 4B E
Octal 11 45 77 126 51 0 113 321 113 16
Binary 1001 100101 111111 1010110 101001 0 1001011 11010001 1001011 1110

Color Harmonies of #09253F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09253F

Black with #09253F

Text Example


Text Example

White with #09253F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,37,63); }

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

background-color css

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

 a { background-color: rgb(9,37,63); }

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

border-color css

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

 span { border-color: rgb(9,37,63); }

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