Html Css Color HEX #083143 Blue Whale

📋 copy color: '#083143'

red 8 ◦ green 49 ◦ blue 67

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

Shades of Blue Whale #083143

Tints of Blue Whale #083143

RGB

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

 GREEN value IS 49 (19.53% from 255) = 39.52%

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

R = 6.45%
G = 39.52%
B = 54.03%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#083143 (or 0x083143) is known color: Blue Whale. HEX triplet: 08, 31 and 43. RGB value is (8,49,67). Sum of RGB (Red+Green+Blue) = 8+49+67=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 49 (19.53% from 255 or 39.52% from 124); Blue value is 67 (26.56% from 255 or 54.03% from 124); Max value from RGB is 67 - color contains mainly: blue. Hex color #083143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083143 is #F7CEBC. Grayscale: #262626. Windows color (decimal): -16240317 or 4403464. OLE color: 4403464.

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

Color convert

RGB 8 49 67 -
CMYK 0.88 0.27 0 0.74
HSL 198.31º 0.79% 0.15% -
HSV(B) 198.31º 0.88% 0.26% -
XYZ 2.21 2.65 5.71 -
YUV 38.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 8 49 67 0.88 0.27 0 0.74 198.31 0.79 0.15
Hex 8 31 43 58 1B 0 4A C6 4F F
Octal 10 61 103 130 33 0 112 306 117 17
Binary 1000 110001 1000011 1011000 11011 0 1001010 11000110 1001111 1111

Color Harmonies of #083143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083143

Black with #083143

Text Example


Text Example

White with #083143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083143; }

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

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

background-color css

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

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

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

border-color css

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

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

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