Html Css Color HEX #10354B Blue Whale

📋 copy color: '#10354B'

red 16 ◦ green 53 ◦ blue 75

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

Shades of Blue Whale #10354B

Tints of Blue Whale #10354B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 36.81%

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

R = 11.11%
G = 36.81%
B = 52.08%

CMYK

 C value IS 0.79

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10354B (or 0x10354B) is known color: Blue Whale. HEX triplet: 10, 35 and 4B. RGB value is (16,53,75). Sum of RGB (Red+Green+Blue) = 16+53+75=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #10354B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10354B is #EFCAB4. Grayscale: #2C2C2C. Windows color (decimal): -15714997 or 4928784. OLE color: 4928784.

HSL color Cylindrical-coordinate representation of color #10354B: hue angle of 202.37º 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 #10354B is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 53 75 -
CMYK 0.79 0.29 0 0.71
HSL 202.37º 0.65% 0.18% -
HSV(B) 202.37º 0.79% 0.29% -
XYZ 2.76 3.16 7.12 -
YUV 44.45 145.24 107.71 -
System Red Green Blue C M Y K H S L
Decimal 16 53 75 0.79 0.29 0 0.71 202.37 0.65 0.18
Hex 10 35 4B 4F 1D 0 47 CA 41 12
Octal 20 65 113 117 35 0 107 312 101 22
Binary 10000 110101 1001011 1001111 11101 0 1000111 11001010 1000001 10010

Color Harmonies of #10354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10354B

Black with #10354B

Text Example


Text Example

White with #10354B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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