Html Css Color HEX #09263F Tangaroa

📋 copy color: '#09263F'

red 9 ◦ green 38 ◦ blue 63

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

Shades of Tangaroa #09263F

Tints of Tangaroa #09263F

RGB

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

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

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

R = 8.18%
G = 34.55%
B = 57.27%

CMYK

 C value IS 0.86

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#09263F (or 0x09263F) is known color: Tangaroa. HEX triplet: 09, 26 and 3F. RGB value is (9,38,63). Sum of RGB (Red+Green+Blue) = 9+38+63=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 63 (25% from 255 or 57.27% from 110); Max value from RGB is 63 - color contains mainly: blue. Hex color #09263F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09263F is #F6D9C0. Grayscale: #202020. Windows color (decimal): -16177601 or 4138505. OLE color: 4138505.

HSL color Cylindrical-coordinate representation of color #09263F: hue angle of 207.78º 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 #09263F is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 38 63 -
CMYK 0.86 0.40 0 0.75
HSL 207.78º 0.75% 0.14% -
HSV(B) 207.78º 0.86% 0.25% -
XYZ 1.7 1.8 4.96 -
YUV 32.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 9 38 63 0.86 0.40 0 0.75 207.78 0.75 0.14
Hex 9 26 3F 56 28 0 4B D0 4B E
Octal 11 46 77 126 50 0 113 320 113 16
Binary 1001 100110 111111 1010110 101000 0 1001011 11010000 1001011 1110

Color Harmonies of #09263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09263F

Black with #09263F

Text Example


Text Example

White with #09263F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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