Html Css Color HEX #091F41 Tangaroa

📋 copy color: '#091F41'

red 9 ◦ green 31 ◦ blue 65

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

Shades of Tangaroa #091F41

Tints of Tangaroa #091F41

RGB

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

 GREEN value IS 31 (12.5% from 255) = 29.52%

 BLUE value IS 65 (25.78% from 255) = 61.9%

R = 8.57%
G = 29.52%
B = 61.9%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#091F41 (or 0x091F41) is known color: Tangaroa. HEX triplet: 09, 1F and 41. RGB value is (9,31,65). Sum of RGB (Red+Green+Blue) = 9+31+65=105 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.57% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #091F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F41 is #F6E0BE. Grayscale: #1C1C1C. Windows color (decimal): -16179391 or 4267785. OLE color: 4267785.

HSL color Cylindrical-coordinate representation of color #091F41: hue angle of 216.43º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #091F41 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 31 65 -
CMYK 0.86 0.52 0 0.75
HSL 216.43º 0.76% 0.15% -
HSV(B) 216.43º 0.86% 0.25% -
XYZ 1.56 1.42 5.19 -
YUV 28.3 148.71 114.24 -
System Red Green Blue C M Y K H S L
Decimal 9 31 65 0.86 0.52 0 0.75 216.43 0.76 0.15
Hex 9 1F 41 56 34 0 4B D8 4C F
Octal 11 37 101 126 64 0 113 330 114 17
Binary 1001 11111 1000001 1010110 110100 0 1001011 11011000 1001100 1111

Color Harmonies of #091F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091F41

Black with #091F41

Text Example


Text Example

White with #091F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091F41; }

 p { color: rgb(9,31,65); }

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

background-color css

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

 a { background-color: rgb(9,31,65); }

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

border-color css

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

 span { border-color: rgb(9,31,65); }

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