Html Css Color HEX #08303F Blue Whale

📋 copy color: '#08303F'

red 8 ◦ green 48 ◦ blue 63

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

Shades of Blue Whale #08303F

Tints of Blue Whale #08303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40.34%

 BLUE value IS 63 (25% from 255) = 52.94%

R = 6.72%
G = 40.34%
B = 52.94%

CMYK

 C value IS 0.87

 M value IS 0.24

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#08303F (or 0x08303F) is known color: Blue Whale. HEX triplet: 08, 30 and 3F. RGB value is (8,48,63). Sum of RGB (Red+Green+Blue) = 8+48+63=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 63 (25% from 255 or 52.94% from 119); Max value from RGB is 63 - color contains mainly: blue. Hex color #08303F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08303F is #F7CFC0. Grayscale: #252525. Windows color (decimal): -16240577 or 4141064. OLE color: 4141064.

HSL color Cylindrical-coordinate representation of color #08303F: hue angle of 196.36º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08303F is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 48 63 -
CMYK 0.87 0.24 0 0.75
HSL 196.36º 0.77% 0.14% -
HSV(B) 196.36º 0.87% 0.25% -
XYZ 2.05 2.52 5.08 -
YUV 37.75 142.25 106.78 -
System Red Green Blue C M Y K H S L
Decimal 8 48 63 0.87 0.24 0 0.75 196.36 0.77 0.14
Hex 8 30 3F 57 18 0 4B C4 4D E
Octal 10 60 77 127 30 0 113 304 115 16
Binary 1000 110000 111111 1010111 11000 0 1001011 11000100 1001101 1110

Color Harmonies of #08303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08303F

Black with #08303F

Text Example


Text Example

White with #08303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08303F; }

 p { color: rgb(8,48,63); }

 H1.HeaderClassName
 {
   color: #08303F;
 }
 .AnyTagClassName
 {
   color: #08303F;
 }
</style>

background-color css

<style>
 a { background-color: #08303F; }

 a { background-color: rgb(8,48,63); }

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

border-color css

<style>
 span { border-color: #08303F; }

 span { border-color: rgb(8,48,63); }

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