Html Css Color HEX #083243 Blue Whale

📋 copy color: '#083243'

red 8 ◦ green 50 ◦ blue 67

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

Shades of Blue Whale #083243

Tints of Blue Whale #083243

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40%

 BLUE value IS 67 (26.56% from 255) = 53.6%

R = 6.4%
G = 40%
B = 53.6%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#083243 (or 0x083243) is known color: Blue Whale. HEX triplet: 08, 32 and 43. RGB value is (8,50,67). Sum of RGB (Red+Green+Blue) = 8+50+67=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 67 (26.56% from 255 or 53.6% from 125); Max value from RGB is 67 - color contains mainly: blue. Hex color #083243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083243 is #F7CDBC. Grayscale: #272727. Windows color (decimal): -16240061 or 4403720. OLE color: 4403720.

HSL color Cylindrical-coordinate representation of color #083243: hue angle of 197.29º degrees, saturation: 0.79, 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 #083243 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 8 50 67 -
CMYK 0.88 0.25 0 0.74
HSL 197.29º 0.79% 0.15% -
HSV(B) 197.29º 0.88% 0.26% -
XYZ 2.25 2.74 5.72 -
YUV 39.38 143.59 105.62 -
System Red Green Blue C M Y K H S L
Decimal 8 50 67 0.88 0.25 0 0.74 197.29 0.79 0.15
Hex 8 32 43 58 19 0 4A C5 4F F
Octal 10 62 103 130 31 0 112 305 117 17
Binary 1000 110010 1000011 1011000 11001 0 1001010 11000101 1001111 1111

Color Harmonies of #083243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083243

Black with #083243

Text Example


Text Example

White with #083243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083243; }

 p { color: rgb(8,50,67); }

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

background-color css

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

 a { background-color: rgb(8,50,67); }

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

border-color css

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

 span { border-color: rgb(8,50,67); }

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