Html Css Color HEX #092F42 Blue Whale

📋 copy color: '#092F42'

red 9 ◦ green 47 ◦ blue 66

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

Shades of Blue Whale #092F42

Tints of Blue Whale #092F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 54.1%

R = 7.38%
G = 38.52%
B = 54.1%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#092F42 (or 0x092F42) is known color: Blue Whale. HEX triplet: 09, 2F and 42. RGB value is (9,47,66). Sum of RGB (Red+Green+Blue) = 9+47+66=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 66 (26.17% from 255 or 54.10% from 122); Max value from RGB is 66 - color contains mainly: blue. Hex color #092F42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092F42 is #F6D0BD. Grayscale: #252525. Windows color (decimal): -16175294 or 4337417. OLE color: 4337417.

HSL color Cylindrical-coordinate representation of color #092F42: hue angle of 200º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #092F42 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 47 66 -
CMYK 0.86 0.29 0 0.74
HSL 200º 0.76% 0.15% -
HSV(B) 200º 0.86% 0.26% -
XYZ 2.11 2.48 5.52 -
YUV 37.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 9 47 66 0.86 0.29 0 0.74 200 0.76 0.15
Hex 9 2F 42 56 1D 0 4A C8 4C F
Octal 11 57 102 126 35 0 112 310 114 17
Binary 1001 101111 1000010 1010110 11101 0 1001010 11001000 1001100 1111

Color Harmonies of #092F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F42

Black with #092F42

Text Example


Text Example

White with #092F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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