Html Css Color HEX #092238 Tangaroa

📋 copy color: '#092238'

red 9 ◦ green 34 ◦ blue 56

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

Shades of Tangaroa #092238

Tints of Tangaroa #092238

RGB

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

 GREEN value IS 34 (13.67% from 255) = 34.34%

 BLUE value IS 56 (22.27% from 255) = 56.57%

R = 9.09%
G = 34.34%
B = 56.57%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#092238 (or 0x092238) is known color: Tangaroa. HEX triplet: 09, 22 and 38. RGB value is (9,34,56). Sum of RGB (Red+Green+Blue) = 9+34+56=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 34 (13.67% from 255 or 34.34% from 99); Blue value is 56 (22.27% from 255 or 56.57% from 99); Max value from RGB is 56 - color contains mainly: blue. Hex color #092238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092238 is #F6DDC7. Grayscale: #1C1C1C. Windows color (decimal): -16178632 or 3678729. OLE color: 3678729.

HSL color Cylindrical-coordinate representation of color #092238: hue angle of 208.09º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #092238 is Cyan = 0.84, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 34 56 -
CMYK 0.84 0.39 0 0.78
HSL 208.09º 0.72% 0.13% -
HSV(B) 208.09º 0.84% 0.22% -
XYZ 1.4 1.49 3.95 -
YUV 29.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 9 34 56 0.84 0.39 0 0.78 208.09 0.72 0.13
Hex 9 22 38 54 27 0 4E D0 48 D
Octal 11 42 70 124 47 0 116 320 110 15
Binary 1001 100010 111000 1010100 100111 0 1001110 11010000 1001000 1101

Color Harmonies of #092238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092238

Black with #092238

Text Example


Text Example

White with #092238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092238; }

 p { color: rgb(9,34,56); }

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

background-color css

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

 a { background-color: rgb(9,34,56); }

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

border-color css

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

 span { border-color: rgb(9,34,56); }

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