Html Css Color HEX #00949B Eastern Blue

📋 copy color: '#00949B'

red 0 ◦ green 148 ◦ blue 155

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

Shades of Eastern Blue #00949B

Tints of Eastern Blue #00949B

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 155 (60.94% from 255) = 51.16%

R = 0%
G = 48.84%
B = 51.16%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00949B (or 0x00949B) is known color: Eastern Blue. HEX triplet: 00, 94 and 9B. RGB value is (0,148,155). Sum of RGB (Red+Green+Blue) = 0+148+155=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #00949B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00949B is #FF6B64. Grayscale: #686868. Windows color (decimal): -16739173 or 10195968. OLE color: 10195968.

HSL color Cylindrical-coordinate representation of color #00949B: hue angle of 182.71º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00949B is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 148 155 -
CMYK 1 0.05 0 0.39
HSL 182.71º 1% 0.3% -
HSV(B) 182.71º 1% 0.61% -
XYZ 16.51 23.55 34.69 -
YUV 104.55 156.47 53.43 -
System Red Green Blue C M Y K H S L
Decimal 0 148 155 1 0.05 0 0.39 182.71 1 0.3
Hex 0 94 9B 64 5 0 27 B7 64 1E
Octal 0 224 233 144 5 0 47 267 144 36
Binary 0 10010100 10011011 1100100 101 0 100111 10110111 1100100 11110

Color Harmonies of #00949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00949B

Black with #00949B

Text Example


Text Example

White with #00949B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,148,155); }

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

background-color css

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

 a { background-color: rgb(0,148,155); }

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

border-color css

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

 span { border-color: rgb(0,148,155); }

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