Html Css Color HEX #09263D Tangaroa

📋 copy color: '#09263D'

red 9 ◦ green 38 ◦ blue 61

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

Shades of Tangaroa #09263D

Tints of Tangaroa #09263D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 56.48%

R = 8.33%
G = 35.19%
B = 56.48%

CMYK

 C value IS 0.85

 M value IS 0.38

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#09263D (or 0x09263D) is known color: Tangaroa. HEX triplet: 09, 26 and 3D. RGB value is (9,38,61). Sum of RGB (Red+Green+Blue) = 9+38+61=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 61 (24.22% from 255 or 56.48% from 108); Max value from RGB is 61 - color contains mainly: blue. Hex color #09263D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09263D is #F6D9C2. Grayscale: #1F1F1F. Windows color (decimal): -16177603 or 4007433. OLE color: 4007433.

HSL color Cylindrical-coordinate representation of color #09263D: hue angle of 206.54º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09263D is Cyan = 0.85, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 38 61 -
CMYK 0.85 0.38 0 0.76
HSL 206.54º 0.74% 0.14% -
HSV(B) 206.54º 0.85% 0.24% -
XYZ 1.65 1.78 4.67 -
YUV 31.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 9 38 61 0.85 0.38 0 0.76 206.54 0.74 0.14
Hex 9 26 3D 55 26 0 4C CF 4A E
Octal 11 46 75 125 46 0 114 317 112 16
Binary 1001 100110 111101 1010101 100110 0 1001100 11001111 1001010 1110

Color Harmonies of #09263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09263D

Black with #09263D

Text Example


Text Example

White with #09263D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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