Html Css Color HEX #092F44 Blue Whale

📋 copy color: '#092F44'

red 9 ◦ green 47 ◦ blue 68

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

Shades of Blue Whale #092F44

Tints of Blue Whale #092F44

RGB

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

 GREEN value IS 47 (18.75% from 255) = 37.9%

 BLUE value IS 68 (26.95% from 255) = 54.84%

R = 7.26%
G = 37.9%
B = 54.84%

CMYK

 C value IS 0.87

 M value IS 0.31

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#092F44 (or 0x092F44) is known color: Blue Whale. HEX triplet: 09, 2F and 44. RGB value is (9,47,68). Sum of RGB (Red+Green+Blue) = 9+47+68=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 47 (18.75% from 255 or 37.90% from 124); Blue value is 68 (26.95% from 255 or 54.84% from 124); Max value from RGB is 68 - color contains mainly: blue. Hex color #092F44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F44 is #F6D0BB. Grayscale: #252525. Windows color (decimal): -16175292 or 4468489. OLE color: 4468489.

HSL color Cylindrical-coordinate representation of color #092F44: hue angle of 201.36º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #092F44 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 47 68 -
CMYK 0.87 0.31 0 0.73
HSL 201.36º 0.77% 0.15% -
HSV(B) 201.36º 0.87% 0.27% -
XYZ 2.17 2.51 5.84 -
YUV 38.03 144.91 107.29 -
System Red Green Blue C M Y K H S L
Decimal 9 47 68 0.87 0.31 0 0.73 201.36 0.77 0.15
Hex 9 2F 44 57 1F 0 49 C9 4D F
Octal 11 57 104 127 37 0 111 311 115 17
Binary 1001 101111 1000100 1010111 11111 0 1001001 11001001 1001101 1111

Color Harmonies of #092F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F44

Black with #092F44

Text Example


Text Example

White with #092F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092F44; }

 p { color: rgb(9,47,68); }

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

background-color css

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

 a { background-color: rgb(9,47,68); }

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

border-color css

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

 span { border-color: rgb(9,47,68); }

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