Html Css Color HEX #082D4B Blue Whale

📋 copy color: '#082D4B'

red 8 ◦ green 45 ◦ blue 75

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

Shades of Blue Whale #082D4B

Tints of Blue Whale #082D4B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 35.16%

 BLUE value IS 75 (29.69% from 255) = 58.59%

R = 6.25%
G = 35.16%
B = 58.59%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#082D4B (or 0x082D4B) is known color: Blue Whale. HEX triplet: 08, 2D and 4B. RGB value is (8,45,75). Sum of RGB (Red+Green+Blue) = 8+45+75=128 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.25% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 75 (29.69% from 255 or 58.59% from 128); Max value from RGB is 75 - color contains mainly: blue. Hex color #082D4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082D4B is #F7D2B4. Grayscale: #252525. Windows color (decimal): -16241333 or 4926728. OLE color: 4926728.

HSL color Cylindrical-coordinate representation of color #082D4B: hue angle of 206.87º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #082D4B is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 45 75 -
CMYK 0.89 0.40 0 0.71
HSL 206.87º 0.81% 0.16% -
HSV(B) 206.87º 0.89% 0.29% -
XYZ 2.31 2.44 7.01 -
YUV 37.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 8 45 75 0.89 0.40 0 0.71 206.87 0.81 0.16
Hex 8 2D 4B 59 28 0 47 CF 51 10
Octal 10 55 113 131 50 0 107 317 121 20
Binary 1000 101101 1001011 1011001 101000 0 1000111 11001111 1010001 10000

Color Harmonies of #082D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082D4B

Black with #082D4B

Text Example


Text Example

White with #082D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,45,75); }

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

background-color css

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

 a { background-color: rgb(8,45,75); }

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

border-color css

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

 span { border-color: rgb(8,45,75); }

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