Html Css Color HEX #10374B Blue Whale

📋 copy color: '#10374B'

red 16 ◦ green 55 ◦ blue 75

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

Shades of Blue Whale #10374B

Tints of Blue Whale #10374B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 51.37%

R = 10.96%
G = 37.67%
B = 51.37%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10374B (or 0x10374B) is known color: Blue Whale. HEX triplet: 10, 37 and 4B. RGB value is (16,55,75). Sum of RGB (Red+Green+Blue) = 16+55+75=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 55 (21.88% from 255 or 37.67% from 146); Blue value is 75 (29.69% from 255 or 51.37% from 146); Max value from RGB is 75 - color contains mainly: blue. Hex color #10374B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10374B is #EFC8B4. Grayscale: #2D2D2D. Windows color (decimal): -15714485 or 4929296. OLE color: 4929296.

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

Color convert

RGB 16 55 75 -
CMYK 0.79 0.27 0 0.71
HSL 200.34º 0.65% 0.18% -
HSV(B) 200.34º 0.79% 0.29% -
XYZ 2.85 3.35 7.15 -
YUV 45.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 16 55 75 0.79 0.27 0 0.71 200.34 0.65 0.18
Hex 10 37 4B 4F 1B 0 47 C8 41 12
Octal 20 67 113 117 33 0 107 310 101 22
Binary 10000 110111 1001011 1001111 11011 0 1000111 11001000 1000001 10010

Color Harmonies of #10374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10374B

Black with #10374B

Text Example


Text Example

White with #10374B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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