Html Css Color HEX #08334E Blue Whale

📋 copy color: '#08334E'

red 8 ◦ green 51 ◦ blue 78

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

Shades of Blue Whale #08334E

Tints of Blue Whale #08334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.23%

 BLUE value IS 78 (30.86% from 255) = 56.93%

R = 5.84%
G = 37.23%
B = 56.93%

CMYK

 C value IS 0.90

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#08334E (or 0x08334E) is known color: Blue Whale. HEX triplet: 08, 33 and 4E. RGB value is (8,51,78). Sum of RGB (Red+Green+Blue) = 8+51+78=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 78 (30.86% from 255 or 56.93% from 137); Max value from RGB is 78 - color contains mainly: blue. Hex color #08334E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08334E is #F7CCB1. Grayscale: #292929. Windows color (decimal): -16239794 or 5124872. OLE color: 5124872.

HSL color Cylindrical-coordinate representation of color #08334E: hue angle of 203.14º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #08334E is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 8 51 78 -
CMYK 0.90 0.35 0 0.69
HSL 203.14º 0.81% 0.17% -
HSV(B) 203.14º 0.9% 0.31% -
XYZ 2.66 2.97 7.64 -
YUV 41.22 148.75 104.3 -
System Red Green Blue C M Y K H S L
Decimal 8 51 78 0.90 0.35 0 0.69 203.14 0.81 0.17
Hex 8 33 4E 5A 23 0 45 CB 51 11
Octal 10 63 116 132 43 0 105 313 121 21
Binary 1000 110011 1001110 1011010 100011 0 1000101 11001011 1010001 10001

Color Harmonies of #08334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08334E

Black with #08334E

Text Example


Text Example

White with #08334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08334E; }

 p { color: rgb(8,51,78); }

 H1.HeaderClassName
 {
   color: #08334E;
 }
 .AnyTagClassName
 {
   color: #08334E;
 }
</style>

background-color css

<style>
 a { background-color: #08334E; }

 a { background-color: rgb(8,51,78); }

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

border-color css

<style>
 span { border-color: #08334E; }

 span { border-color: rgb(8,51,78); }

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