Html Css Color HEX #09243F Tangaroa

📋 copy color: '#09243F'

red 9 ◦ green 36 ◦ blue 63

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

Shades of Tangaroa #09243F

Tints of Tangaroa #09243F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 33.33%

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

R = 8.33%
G = 33.33%
B = 58.33%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#09243F (or 0x09243F) is known color: Tangaroa. HEX triplet: 09, 24 and 3F. RGB value is (9,36,63). Sum of RGB (Red+Green+Blue) = 9+36+63=108 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.33% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 63 (25% from 255 or 58.33% from 108); Max value from RGB is 63 - color contains mainly: blue. Hex color #09243F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09243F is #F6DBC0. Grayscale: #1E1E1E. Windows color (decimal): -16178113 or 4137993. OLE color: 4137993.

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

Color convert

RGB 9 36 63 -
CMYK 0.86 0.43 0 0.75
HSL 210º 0.75% 0.14% -
HSV(B) 210º 0.86% 0.25% -
XYZ 1.64 1.68 4.94 -
YUV 31.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 9 36 63 0.86 0.43 0 0.75 210 0.75 0.14
Hex 9 24 3F 56 2B 0 4B D2 4B E
Octal 11 44 77 126 53 0 113 322 113 16
Binary 1001 100100 111111 1010110 101011 0 1001011 11010010 1001011 1110

Color Harmonies of #09243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09243F

Black with #09243F

Text Example


Text Example

White with #09243F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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