Html Css Color HEX #10374A Blue Whale

📋 copy color: '#10374A'

red 16 ◦ green 55 ◦ blue 74

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

Shades of Blue Whale #10374A

Tints of Blue Whale #10374A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 37.93%

 BLUE value IS 74 (29.3% from 255) = 51.03%

R = 11.03%
G = 37.93%
B = 51.03%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10374A (or 0x10374A) is known color: Blue Whale. HEX triplet: 10, 37 and 4A. RGB value is (16,55,74). Sum of RGB (Red+Green+Blue) = 16+55+74=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 74 (29.30% from 255 or 51.03% from 145); Max value from RGB is 74 - color contains mainly: blue. Hex color #10374A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10374A is #EFC8B5. Grayscale: #2D2D2D. Windows color (decimal): -15714486 or 4863760. OLE color: 4863760.

HSL color Cylindrical-coordinate representation of color #10374A: hue angle of 199.66º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #10374A is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 55 74 -
CMYK 0.78 0.26 0 0.71
HSL 199.66º 0.64% 0.18% -
HSV(B) 199.66º 0.78% 0.29% -
XYZ 2.82 3.34 6.97 -
YUV 45.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 16 55 74 0.78 0.26 0 0.71 199.66 0.64 0.18
Hex 10 37 4A 4E 1A 0 47 C8 40 12
Octal 20 67 112 116 32 0 107 310 100 22
Binary 10000 110111 1001010 1001110 11010 0 1000111 11001000 1000000 10010

Color Harmonies of #10374A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10374A

Black with #10374A

Text Example


Text Example

White with #10374A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10374A; }

 p { color: rgb(16,55,74); }

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

background-color css

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

 a { background-color: rgb(16,55,74); }

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

border-color css

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

 span { border-color: rgb(16,55,74); }

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