Html Css Color HEX #10949E Eastern Blue

📋 copy color: '#10949E'

red 16 ◦ green 148 ◦ blue 158

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

Shades of Eastern Blue #10949E

Tints of Eastern Blue #10949E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.96%

 BLUE value IS 158 (62.11% from 255) = 49.07%

R = 4.97%
G = 45.96%
B = 49.07%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10949E (or 0x10949E) is known color: Eastern Blue. HEX triplet: 10, 94 and 9E. RGB value is (16,148,158). Sum of RGB (Red+Green+Blue) = 16+148+158=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #10949E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10949E is #EF6B61. Grayscale: #6D6D6D. Windows color (decimal): -15690594 or 10392592. OLE color: 10392592.

HSL color Cylindrical-coordinate representation of color #10949E: hue angle of 184.23º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10949E is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 148 158 -
CMYK 0.90 0.06 0 0.38
HSL 184.23º 0.82% 0.34% -
HSV(B) 184.23º 0.9% 0.62% -
XYZ 16.98 23.76 36.04 -
YUV 109.67 155.27 61.19 -
System Red Green Blue C M Y K H S L
Decimal 16 148 158 0.90 0.06 0 0.38 184.23 0.82 0.34
Hex 10 94 9E 5A 6 0 26 B8 52 22
Octal 20 224 236 132 6 0 46 270 122 42
Binary 10000 10010100 10011110 1011010 110 0 100110 10111000 1010010 100010

Color Harmonies of #10949E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10949E

Black with #10949E

Text Example


Text Example

White with #10949E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10949E; }

 p { color: rgb(16,148,158); }

 H1.HeaderClassName
 {
   color: #10949E;
 }
 .AnyTagClassName
 {
   color: #10949E;
 }
</style>

background-color css

<style>
 a { background-color: #10949E; }

 a { background-color: rgb(16,148,158); }

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

border-color css

<style>
 span { border-color: #10949E; }

 span { border-color: rgb(16,148,158); }

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