Html Css Color HEX #10384A Blue Whale

📋 copy color: '#10384A'

red 16 ◦ green 56 ◦ blue 74

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

Shades of Blue Whale #10384A

Tints of Blue Whale #10384A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.36%

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

R = 10.96%
G = 38.36%
B = 50.68%

CMYK

 C value IS 0.78

 M value IS 0.24

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#10384A (or 0x10384A) is known color: Blue Whale. HEX triplet: 10, 38 and 4A. RGB value is (16,56,74). Sum of RGB (Red+Green+Blue) = 16+56+74=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #10384A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10384A is #EFC7B5. Grayscale: #2D2D2D. Windows color (decimal): -15714230 or 4864016. OLE color: 4864016.

HSL color Cylindrical-coordinate representation of color #10384A: hue angle of 198.62º 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 #10384A is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 56 74 -
CMYK 0.78 0.24 0 0.71
HSL 198.62º 0.64% 0.18% -
HSV(B) 198.62º 0.78% 0.29% -
XYZ 2.86 3.43 6.99 -
YUV 46.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 16 56 74 0.78 0.24 0 0.71 198.62 0.64 0.18
Hex 10 38 4A 4E 18 0 47 C7 40 12
Octal 20 70 112 116 30 0 107 307 100 22
Binary 10000 111000 1001010 1001110 11000 0 1000111 11000111 1000000 10010

Color Harmonies of #10384A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10384A

Black with #10384A

Text Example


Text Example

White with #10384A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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