Html Css Color HEX #09284B Tangaroa

📋 copy color: '#09284B'

red 9 ◦ green 40 ◦ blue 75

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

Shades of Tangaroa #09284B

Tints of Tangaroa #09284B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 32.26%

 BLUE value IS 75 (29.69% from 255) = 60.48%

R = 7.26%
G = 32.26%
B = 60.48%

CMYK

 C value IS 0.88

 M value IS 0.47

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09284B (or 0x09284B) is known color: Tangaroa. HEX triplet: 09, 28 and 4B. RGB value is (9,40,75). Sum of RGB (Red+Green+Blue) = 9+40+75=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #09284B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09284B is #F6D7B4. Grayscale: #222222. Windows color (decimal): -16177077 or 4925449. OLE color: 4925449.

HSL color Cylindrical-coordinate representation of color #09284B: hue angle of 211.82º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09284B is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 40 75 -
CMYK 0.88 0.47 0 0.71
HSL 211.82º 0.79% 0.16% -
HSV(B) 211.82º 0.88% 0.29% -
XYZ 2.14 2.08 6.95 -
YUV 34.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 9 40 75 0.88 0.47 0 0.71 211.82 0.79 0.16
Hex 9 28 4B 58 2F 0 47 D4 4F 10
Octal 11 50 113 130 57 0 107 324 117 20
Binary 1001 101000 1001011 1011000 101111 0 1000111 11010100 1001111 10000

Color Harmonies of #09284B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09284B

Black with #09284B

Text Example


Text Example

White with #09284B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,40,75); }

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

background-color css

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

 a { background-color: rgb(9,40,75); }

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

border-color css

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

 span { border-color: rgb(9,40,75); }

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