Html Css Color HEX #09253B Tangaroa

📋 copy color: '#09253B'

red 9 ◦ green 37 ◦ blue 59

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

Shades of Tangaroa #09253B

Tints of Tangaroa #09253B

RGB

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

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

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

R = 8.57%
G = 35.24%
B = 56.19%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#09253B (or 0x09253B) is known color: Tangaroa. HEX triplet: 09, 25 and 3B. RGB value is (9,37,59). Sum of RGB (Red+Green+Blue) = 9+37+59=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 37 (14.84% from 255 or 35.24% 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 #09253B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09253B is #F6DAC4. Grayscale: #1F1F1F. Windows color (decimal): -16177861 or 3876105. OLE color: 3876105.

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

Color convert

RGB 9 37 59 -
CMYK 0.85 0.37 0 0.77
HSL 206.4º 0.74% 0.13% -
HSV(B) 206.4º 0.85% 0.23% -
XYZ 1.56 1.7 4.38 -
YUV 31.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 9 37 59 0.85 0.37 0 0.77 206.4 0.74 0.13
Hex 9 25 3B 55 25 0 4D CE 4A D
Octal 11 45 73 125 45 0 115 316 112 15
Binary 1001 100101 111011 1010101 100101 0 1001101 11001110 1001010 1101

Color Harmonies of #09253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09253B

Black with #09253B

Text Example


Text Example

White with #09253B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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