Html Css Color HEX #10949F Eastern Blue

📋 copy color: '#10949F'

red 16 ◦ green 148 ◦ blue 159

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

Shades of Eastern Blue #10949F

Tints of Eastern Blue #10949F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 49.23%

R = 4.95%
G = 45.82%
B = 49.23%

CMYK

 C value IS 0.90

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10949F (or 0x10949F) is known color: Eastern Blue. HEX triplet: 10, 94 and 9F. RGB value is (16,148,159). Sum of RGB (Red+Green+Blue) = 16+148+159=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #10949F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10949F is #EF6B60. Grayscale: #6D6D6D. Windows color (decimal): -15690593 or 10458128. OLE color: 10458128.

HSL color Cylindrical-coordinate representation of color #10949F: hue angle of 184.62º 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 #10949F is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 148 159 -
CMYK 0.90 0.07 0 0.38
HSL 184.62º 0.82% 0.34% -
HSV(B) 184.62º 0.9% 0.62% -
XYZ 17.06 23.79 36.49 -
YUV 109.79 155.77 61.11 -
System Red Green Blue C M Y K H S L
Decimal 16 148 159 0.90 0.07 0 0.38 184.62 0.82 0.34
Hex 10 94 9F 5A 7 0 26 B9 52 22
Octal 20 224 237 132 7 0 46 271 122 42
Binary 10000 10010100 10011111 1011010 111 0 100110 10111001 1010010 100010

Color Harmonies of #10949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10949F

Black with #10949F

Text Example


Text Example

White with #10949F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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