Html Css Color HEX #082F42 Blue Whale

📋 copy color: '#082F42'

red 8 ◦ green 47 ◦ blue 66

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

Shades of Blue Whale #082F42

Tints of Blue Whale #082F42

RGB

 RED value IS 8 (3.52% from 255) = 6.61%

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

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

R = 6.61%
G = 38.84%
B = 54.55%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#082F42 (or 0x082F42) is known color: Blue Whale. HEX triplet: 08, 2F and 42. RGB value is (8,47,66). Sum of RGB (Red+Green+Blue) = 8+47+66=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 47 (18.75% from 255 or 38.84% from 121); Blue value is 66 (26.17% from 255 or 54.55% from 121); Max value from RGB is 66 - color contains mainly: blue. Hex color #082F42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F42 is #F7D0BD. Grayscale: #252525. Windows color (decimal): -16240830 or 4337416. OLE color: 4337416.

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

Color convert

RGB 8 47 66 -
CMYK 0.88 0.29 0 0.74
HSL 199.66º 0.78% 0.15% -
HSV(B) 199.66º 0.88% 0.26% -
XYZ 2.1 2.48 5.52 -
YUV 37.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 8 47 66 0.88 0.29 0 0.74 199.66 0.78 0.15
Hex 8 2F 42 58 1D 0 4A C8 4E F
Octal 10 57 102 130 35 0 112 310 116 17
Binary 1000 101111 1000010 1011000 11101 0 1001010 11001000 1001110 1111

Color Harmonies of #082F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082F42

Black with #082F42

Text Example


Text Example

White with #082F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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