Html Css Color HEX #103041 Blue Whale

📋 copy color: '#103041'

red 16 ◦ green 48 ◦ blue 65

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

Shades of Blue Whale #103041

Tints of Blue Whale #103041

RGB

 RED value IS 16 (6.64% from 255) = 12.4%

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

 BLUE value IS 65 (25.78% from 255) = 50.39%

R = 12.4%
G = 37.21%
B = 50.39%

CMYK

 C value IS 0.75

 M value IS 0.26

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#103041 (or 0x103041) is known color: Blue Whale. HEX triplet: 10, 30 and 41. RGB value is (16,48,65). Sum of RGB (Red+Green+Blue) = 16+48+65=129 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.40% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #103041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103041 is #EFCFBE. Grayscale: #282828. Windows color (decimal): -15716287 or 4272144. OLE color: 4272144.

HSL color Cylindrical-coordinate representation of color #103041: hue angle of 200.82º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #103041 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 48 65 -
CMYK 0.75 0.26 0 0.75
HSL 200.82º 0.6% 0.16% -
HSV(B) 200.82º 0.75% 0.25% -
XYZ 2.22 2.61 5.39 -
YUV 40.37 141.9 110.62 -
System Red Green Blue C M Y K H S L
Decimal 16 48 65 0.75 0.26 0 0.75 200.82 0.6 0.16
Hex 10 30 41 4B 1A 0 4B C9 3C 10
Octal 20 60 101 113 32 0 113 311 74 20
Binary 10000 110000 1000001 1001011 11010 0 1001011 11001001 111100 10000

Color Harmonies of #103041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103041

Black with #103041

Text Example


Text Example

White with #103041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103041; }

 p { color: rgb(16,48,65); }

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

background-color css

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

 a { background-color: rgb(16,48,65); }

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

border-color css

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

 span { border-color: rgb(16,48,65); }

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