Html Css Color HEX #10364F Blue Whale

📋 copy color: '#10364F'

red 16 ◦ green 54 ◦ blue 79

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

Shades of Blue Whale #10364F

Tints of Blue Whale #10364F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 36.24%

 BLUE value IS 79 (31.25% from 255) = 53.02%

R = 10.74%
G = 36.24%
B = 53.02%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10364F (or 0x10364F) is known color: Blue Whale. HEX triplet: 10, 36 and 4F. RGB value is (16,54,79). Sum of RGB (Red+Green+Blue) = 16+54+79=149 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.74% from 149); Green value is 54 (21.48% from 255 or 36.24% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #10364F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10364F is #EFC9B0. Grayscale: #2D2D2D. Windows color (decimal): -15714737 or 5191184. OLE color: 5191184.

HSL color Cylindrical-coordinate representation of color #10364F: hue angle of 203.81º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10364F is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 54 79 -
CMYK 0.80 0.32 0 0.69
HSL 203.81º 0.66% 0.19% -
HSV(B) 203.81º 0.8% 0.31% -
XYZ 2.94 3.31 7.88 -
YUV 45.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 16 54 79 0.80 0.32 0 0.69 203.81 0.66 0.19
Hex 10 36 4F 50 20 0 45 CC 42 13
Octal 20 66 117 120 40 0 105 314 102 23
Binary 10000 110110 1001111 1010000 100000 0 1000101 11001100 1000010 10011

Color Harmonies of #10364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10364F

Black with #10364F

Text Example


Text Example

White with #10364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10364F; }

 p { color: rgb(16,54,79); }

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

background-color css

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

 a { background-color: rgb(16,54,79); }

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

border-color css

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

 span { border-color: rgb(16,54,79); }

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