Html Css Color HEX #09263A Tangaroa

📋 copy color: '#09263A'

red 9 ◦ green 38 ◦ blue 58

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

Shades of Tangaroa #09263A

Tints of Tangaroa #09263A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 55.24%

R = 8.57%
G = 36.19%
B = 55.24%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#09263A (or 0x09263A) is known color: Tangaroa. HEX triplet: 09, 26 and 3A. RGB value is (9,38,58). Sum of RGB (Red+Green+Blue) = 9+38+58=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 58 (23.05% from 255 or 55.24% from 105); Max value from RGB is 58 - color contains mainly: blue. Hex color #09263A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09263A is #F6D9C5. Grayscale: #1F1F1F. Windows color (decimal): -16177606 or 3810825. OLE color: 3810825.

HSL color Cylindrical-coordinate representation of color #09263A: hue angle of 204.49º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #09263A is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 9 38 58 -
CMYK 0.84 0.34 0 0.77
HSL 204.49º 0.73% 0.13% -
HSV(B) 204.49º 0.84% 0.23% -
XYZ 1.57 1.75 4.26 -
YUV 31.61 142.89 111.87 -
System Red Green Blue C M Y K H S L
Decimal 9 38 58 0.84 0.34 0 0.77 204.49 0.73 0.13
Hex 9 26 3A 54 22 0 4D CC 49 D
Octal 11 46 72 124 42 0 115 314 111 15
Binary 1001 100110 111010 1010100 100010 0 1001101 11001100 1001001 1101

Color Harmonies of #09263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09263A

Black with #09263A

Text Example


Text Example

White with #09263A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09263A; }

 p { color: rgb(9,38,58); }

 H1.HeaderClassName
 {
   color: #09263A;
 }
 .AnyTagClassName
 {
   color: #09263A;
 }
</style>

background-color css

<style>
 a { background-color: #09263A; }

 a { background-color: rgb(9,38,58); }

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

border-color css

<style>
 span { border-color: #09263A; }

 span { border-color: rgb(9,38,58); }

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