Html Css Color HEX #092B4A Blue Whale

📋 copy color: '#092B4A'

red 9 ◦ green 43 ◦ blue 74

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

Shades of Blue Whale #092B4A

Tints of Blue Whale #092B4A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 34.13%

 BLUE value IS 74 (29.3% from 255) = 58.73%

R = 7.14%
G = 34.13%
B = 58.73%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#092B4A (or 0x092B4A) is known color: Blue Whale. HEX triplet: 09, 2B and 4A. RGB value is (9,43,74). Sum of RGB (Red+Green+Blue) = 9+43+74=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 74 (29.30% from 255 or 58.73% from 126); Max value from RGB is 74 - color contains mainly: blue. Hex color #092B4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092B4A is #F6D4B5. Grayscale: #242424. Windows color (decimal): -16176310 or 4860681. OLE color: 4860681.

HSL color Cylindrical-coordinate representation of color #092B4A: hue angle of 208.62º degrees, saturation: 0.78, 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 #092B4A is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 43 74 -
CMYK 0.88 0.42 0 0.71
HSL 208.62º 0.78% 0.16% -
HSV(B) 208.62º 0.88% 0.29% -
XYZ 2.21 2.28 6.8 -
YUV 36.37 149.24 108.48 -
System Red Green Blue C M Y K H S L
Decimal 9 43 74 0.88 0.42 0 0.71 208.62 0.78 0.16
Hex 9 2B 4A 58 2A 0 47 D1 4E 10
Octal 11 53 112 130 52 0 107 321 116 20
Binary 1001 101011 1001010 1011000 101010 0 1000111 11010001 1001110 10000

Color Harmonies of #092B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092B4A

Black with #092B4A

Text Example


Text Example

White with #092B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,43,74); }

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

background-color css

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

 a { background-color: rgb(9,43,74); }

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

border-color css

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

 span { border-color: rgb(9,43,74); }

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